Information about plays

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

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

{
    "id": 371431,
    "uri": "https://api.kexp.org/v2/plays/371431/?format=api",
    "airdate": "2019-08-23T18:30:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peanut Butter Jelly",
    "track_id": "d667b561-a0e4-4bc5-b010-f6940495295b",
    "recording_id": null,
    "artist": "Galantis",
    "artist_ids": [
        "a7229e38-bab7-48c1-9f35-9b4c49738b0f"
    ],
    "album": "Pharmacy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "04a12848-9667-4173-93c6-011cb1c3eabd"
    ],
    "release_date": "2015-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the west coast later this fall. https://www.wearegalantis.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}