Information about plays

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

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

{
    "id": 346935,
    "uri": "https://api.kexp.org/v2/plays/346935/?format=api",
    "airdate": "2019-06-27T11:19:09-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easy Eating",
    "track_id": "1e106f3d-06c1-4c55-948d-7a0ed8eee56a",
    "recording_id": null,
    "artist": "Naked Giants",
    "artist_ids": [
        "0b183251-c4a7-47ab-87b4-4cc0e50dfe95"
    ],
    "album": "R.I.P.",
    "release_id": "1cf58bec-7e39-490b-9127-0b3a9e499b25",
    "release_group_id": null,
    "labels": [
        "Miscreant Records"
    ],
    "label_ids": [
        "0649cae3-620e-43dd-9985-843e79146de2"
    ],
    "release_date": "2016-10-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local Seattle band Naked Giants is on tour and will be back in Seattle on Aug 9th playing at the South Lake Union Block Party!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}