Information about plays

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

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

{
    "id": 471153,
    "uri": "https://api.kexp.org/v2/plays/471153/?format=api",
    "airdate": "2001-09-29T10:06:25-07:00",
    "show": 8021,
    "show_uri": "https://api.kexp.org/v2/shows/8021/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mcZcXuppL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mcZcXuppL._SL75_.jpg",
    "song": "Prophecy",
    "track_id": "0396db41-3f16-43f9-b911-aa1aa363fc2b",
    "recording_id": null,
    "artist": "Fabian",
    "artist_ids": [
        "26e36e19-39ca-4833-8ad4-07b6183d1670"
    ],
    "album": "Good Times With Joey and Norman Jay (disc 1)",
    "release_id": "bceb09b2-618d-455f-b244-fb63eb151ace",
    "release_group_id": null,
    "labels": [
        "Tribesman 12in"
    ],
    "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"
}