Information about plays

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

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

{
    "id": 347416,
    "uri": "https://api.kexp.org/v2/plays/347416/?format=api",
    "airdate": "2019-06-28T12:41:14-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Me A Reason",
    "track_id": "a57654c9-fd14-487f-a032-8d78e82e14b2",
    "recording_id": null,
    "artist": "Jagwar Ma",
    "artist_ids": [
        "5b933654-f58b-438c-8652-90567e5495a1"
    ],
    "album": "Every Now & Then",
    "release_id": "0a546bf7-caf0-4c03-8dd8-3f7625114f44",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2016-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out footage from Jagwar Ma's most recent in-studio performance at KEXP which included this song: https://www.youtube.com/watch?v=c8_Qmnuh93c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}