Information about plays

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

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

{
    "id": 349705,
    "uri": "https://api.kexp.org/v2/plays/349705/?format=api",
    "airdate": "2019-07-03T18:08:02-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We're a Winner",
    "track_id": "9df15537-bbf1-44b4-b6c5-2350a8bb7091",
    "recording_id": null,
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Curtis / Live!",
    "release_id": "061f32ba-630e-4299-9f08-7abec268d0bd",
    "release_group_id": null,
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live in 1971 at the Bitter End in NYC; this song live: https://www.youtube.com/watch?v=lJ4KV-7mrxE ; Curtis and the Civil Rights Movement: http://www.curtismayfield.com/civil-rights.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}