Information about plays

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

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

{
    "id": 1316443,
    "uri": "https://api.kexp.org/v2/plays/1316443/?format=api",
    "airdate": "2007-12-20T11:29:07-08:00",
    "show": 23020,
    "show_uri": "https://api.kexp.org/v2/shows/23020/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HV1QqkxlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HV1QqkxlL._SL75_.jpg",
    "song": "You Ain't Goin' Nowhere",
    "track_id": "78f22f99-b674-4fdf-8379-f0e26cfc2490",
    "recording_id": null,
    "artist": "Glen Hansard & Markéta Irglová",
    "artist_ids": [
        "5aca3051-afa2-4f5c-9974-cc9418482a58"
    ],
    "album": "I'm Not There (disc 2)",
    "release_id": "bccbf9e4-e137-4038-8dc8-abb9bb2af746",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2007-10-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}