Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/530173/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 530173,
    "uri": "https://api.kexp.org/v2/plays/530173/?format=api",
    "airdate": "2002-03-22T23:42:06-08:00",
    "show": 9174,
    "show_uri": "https://api.kexp.org/v2/shows/9174/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FC2P44V7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FC2P44V7L._SL75_.jpg",
    "song": "Awakening Into Awareness",
    "track_id": "2fefaa56-c0ff-475a-9110-3f951b191584",
    "recording_id": null,
    "artist": "Derf Reklaw",
    "artist_ids": [
        "6572cc10-7281-4a79-84e3-335d93bed606"
    ],
    "album": "From The Nile",
    "release_id": "0e77049b-2f57-41ce-8b0d-e2c40c3a9498",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}