Information about plays

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

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

{
    "id": 425116,
    "uri": "https://api.kexp.org/v2/plays/425116/?format=api",
    "airdate": "2001-05-16T18:53:41-07:00",
    "show": 7132,
    "show_uri": "https://api.kexp.org/v2/shows/7132/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BNvhYysdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BNvhYysdL._SL75_.jpg",
    "song": "New York Town",
    "track_id": "4baf4587-2d8f-4528-a4a0-aadc7732ce65",
    "recording_id": null,
    "artist": "Woody Guthrie",
    "artist_ids": [
        "cbd827e1-4e38-427e-a436-642683433732"
    ],
    "album": "The Asch Recordings, Volume 1: This Land Is Your Land",
    "release_id": "49f81484-0c30-4921-8ebb-3bc1478660a0",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1999-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}