Information about plays

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

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

{
    "id": 1323306,
    "uri": "https://api.kexp.org/v2/plays/1323306/?format=api",
    "airdate": "2008-01-07T03:54:41-08:00",
    "show": 23138,
    "show_uri": "https://api.kexp.org/v2/shows/23138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Kz9I7nMCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Kz9I7nMCL._SL75_.jpg",
    "song": "Short Man Dub",
    "track_id": "4bcd822e-3e51-4d77-af5f-c8737da61cd7",
    "recording_id": null,
    "artist": "Augustus Pablo",
    "artist_ids": [
        "e2f9c452-7eb0-4782-bc3e-36f2c456ffe0"
    ],
    "album": "Rockers Meets King Tubbys in a Fire House",
    "release_id": "57da0e0d-dcff-4d07-9983-b39a9fe06c7f",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}