Information about plays

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

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

{
    "id": 343817,
    "uri": "https://api.kexp.org/v2/plays/343817/?format=api",
    "airdate": "2019-06-20T06:45:43-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Solitary Party Groover",
    "track_id": "2424b5b1-d54d-4407-880e-3c7f0b2c3b3a",
    "recording_id": null,
    "artist": "Drugstore",
    "artist_ids": [
        "2cc0cb62-4556-4f19-98fc-d54dbca18317"
    ],
    "album": "Drugstore",
    "release_id": "761477ab-a736-41e1-bc61-abf7c5db4710",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one's for all the other solitary party groovers trying to keep their hearts safe this morning <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}