Information about plays

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

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

{
    "id": 350992,
    "uri": "https://api.kexp.org/v2/plays/350992/?format=api",
    "airdate": "2019-07-06T20:34:33-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For the Old World",
    "track_id": "a7e2e274-a9a1-4abe-be09-3fafe3067163",
    "recording_id": null,
    "artist": "Mega Bog",
    "artist_ids": [
        "4343ece5-c46d-4457-a580-ef1cefa9546d"
    ],
    "album": "Dolphine",
    "release_id": "501e8821-6cb8-4bab-8504-8a08731cc667",
    "release_group_id": null,
    "labels": [
        "Paradise of Bachelors"
    ],
    "label_ids": [
        "e7adcd99-a797-4b0e-9cea-cc2672e101aa"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Mega Bog's full live performance here on KEXP: https://www.youtube.com/watch?v=7AWyNlDHosA&t=5s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}