Information about plays

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

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

{
    "id": 1317094,
    "uri": "https://api.kexp.org/v2/plays/1317094/?format=api",
    "airdate": "2007-12-22T00:40:16-08:00",
    "show": 23029,
    "show_uri": "https://api.kexp.org/v2/shows/23029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Esperanza - NY Snow Globe",
    "track_id": null,
    "recording_id": null,
    "artist": "Rachel's",
    "artist_ids": [
        "7b16e4ca-a204-4158-8293-20cb44c11d88"
    ],
    "album": "Sytems / Layers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "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"
}