Information about plays

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

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

{
    "id": 368613,
    "uri": "https://api.kexp.org/v2/plays/368613/?format=api",
    "airdate": "2019-08-17T09:21:55-07:00",
    "show": 6143,
    "show_uri": "https://api.kexp.org/v2/shows/6143/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Things Going On",
    "track_id": "fa6266e1-da56-40a6-8e90-7e8bf33fb6fe",
    "recording_id": null,
    "artist": "Mighty Threes",
    "artist_ids": [
        "059248e5-6fb5-4e41-9751-8fdbe2471bdd"
    ],
    "album": "Africa Shall Stretch Forth Her Hands",
    "release_id": "62d12d49-0055-4209-9eac-d4c4678523ae",
    "release_group_id": null,
    "labels": [
        "April Records"
    ],
    "label_ids": [
        "86b37bc0-5d0d-4c08-963d-fb5dcb13c7a6"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}