Information about plays

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

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

{
    "id": 1278004,
    "uri": "https://api.kexp.org/v2/plays/1278004/?format=api",
    "airdate": "2007-09-11T18:29:17-07:00",
    "show": 22368,
    "show_uri": "https://api.kexp.org/v2/shows/22368/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MP9EFtldL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MP9EFtldL._SL75_.jpg",
    "song": "Kolo (Round)",
    "track_id": null,
    "recording_id": null,
    "artist": "Darko Rundek & Cargo Orkestar",
    "artist_ids": [
        "fe6623b1-3f1c-40d1-b5cf-de86809bb8a5"
    ],
    "album": "Mhm A-Ha Oh Yeah Da-Da: Migration Stories and Love Songs",
    "release_id": "2e6b25bd-f94d-42f2-b2fc-28bc49508812",
    "release_group_id": null,
    "labels": [
        "Gema Records"
    ],
    "label_ids": [
        "b1a8f8d7-3592-4fd9-b25e-39cf2fc1722d"
    ],
    "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"
}