Information about plays

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

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

{
    "id": 434347,
    "uri": "https://api.kexp.org/v2/plays/434347/?format=api",
    "airdate": "2001-06-13T18:27:00-07:00",
    "show": 7310,
    "show_uri": "https://api.kexp.org/v2/shows/7310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hEMsVAqLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hEMsVAqLL._SL75_.jpg",
    "song": "Roll Another Number (for the Road)",
    "track_id": "f0d921d5-c6e7-4e55-920e-cef380326f01",
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Tonight's the Night",
    "release_id": "a75df175-7a8b-4b88-b04e-47cf44e9c17d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1975-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}