Information about plays

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

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

{
    "id": 344884,
    "uri": "https://api.kexp.org/v2/plays/344884/?format=api",
    "airdate": "2019-06-22T22:13:37-07:00",
    "show": 5749,
    "show_uri": "https://api.kexp.org/v2/shows/5749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yeah Yeah",
    "track_id": "eb4f0fac-5b0a-49b9-9099-cb795244b098",
    "recording_id": null,
    "artist": "The Revillos",
    "artist_ids": [
        "38461f4f-b9dc-4dc7-b1b5-d9984e5886ba"
    ],
    "album": "Motorbike Beat",
    "release_id": "4fa1cb19-2d58-490c-ac8e-8a2385023472",
    "release_group_id": null,
    "labels": [
        "Mau Mau"
    ],
    "label_ids": [
        "5134a0b4-86b5-4537-a242-e7ff0171bba0"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}