Information about plays

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

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

{
    "id": 1319908,
    "uri": "https://api.kexp.org/v2/plays/1319908/?format=api",
    "airdate": "2007-12-29T09:44:00-08:00",
    "show": 23077,
    "show_uri": "https://api.kexp.org/v2/shows/23077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61PKTDKE49L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61PKTDKE49L._SL75_.jpg",
    "song": "Rope In",
    "track_id": "6bef7bbd-58e2-428d-9dc7-f3eabad57961",
    "recording_id": null,
    "artist": "Cornell Campbell",
    "artist_ids": [
        "4272801c-1180-4098-80f9-d7ab27dadea9"
    ],
    "album": "Natty Dread Anthology (disc 2)",
    "release_id": "a17885ce-4d24-426a-9f7f-bda32392a8ea",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "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"
}