Information about plays

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

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

{
    "id": 1319916,
    "uri": "https://api.kexp.org/v2/plays/1319916/?format=api",
    "airdate": "2007-12-29T10:04: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/51xki7Zg11L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xki7Zg11L._SL75_.jpg",
    "song": "Garvey Meade",
    "track_id": "4bb5ad68-1141-4976-93d0-a190c98d5270",
    "recording_id": null,
    "artist": "Ring Craft Posse",
    "artist_ids": [
        "fc197623-3dfa-47f1-b31b-9e4a77faeb6f"
    ],
    "album": "St. Catherine In Dub 1972-1984",
    "release_id": "69c9e7cf-0c08-454a-b04a-c422926257b0",
    "release_group_id": null,
    "labels": [
        "Moll-Selekta"
    ],
    "label_ids": [
        "be9576a4-93ff-4c57-be6e-f2e5a337c87c"
    ],
    "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"
}