Information about plays

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

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

{
    "id": 357007,
    "uri": "https://api.kexp.org/v2/plays/357007/?format=api",
    "airdate": "2019-07-20T21:32:38-07:00",
    "show": 5949,
    "show_uri": "https://api.kexp.org/v2/shows/5949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vitamins",
    "track_id": "0c63c3f4-a1d2-3fbd-a86b-66f2faebcf1b",
    "recording_id": null,
    "artist": "Supernova",
    "artist_ids": [
        "377c931a-f873-4473-973f-80e15d522e4a"
    ],
    "album": "Ages 3 and Up",
    "release_id": "2047dbe2-5cf7-4973-b018-95f3ecfb59fc",
    "release_group_id": null,
    "labels": [
        "Amphetamine Reptile Records"
    ],
    "label_ids": [
        "0e17e742-057c-4ee8-af67-cf9090089877"
    ],
    "release_date": "1995-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}