Information about plays

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

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

{
    "id": 1278851,
    "uri": "https://api.kexp.org/v2/plays/1278851/?format=api",
    "airdate": "2007-09-13T20:39:04-07:00",
    "show": 22380,
    "show_uri": "https://api.kexp.org/v2/shows/22380/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BWzYSMviL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BWzYSMviL._SL75_.jpg",
    "song": "Brand New Kind of Actress",
    "track_id": null,
    "recording_id": null,
    "artist": "Jason Isbell",
    "artist_ids": [
        "4c501a41-5f23-41c9-a36a-5b86e894e08d"
    ],
    "album": "Sirens of the Ditch",
    "release_id": "e37ae5f2-fea2-48c4-9c18-05130b9bfac5",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}