Information about plays

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

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

{
    "id": 378725,
    "uri": "https://api.kexp.org/v2/plays/378725/?format=api",
    "airdate": "2019-09-09T12:02:00-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Heart Dreams",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "Live at KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Belt Eagle Scout performed live in the KEXP studio in October 2018. Watch it here: https://www.youtube.com/watch?v=-ETvVgrkp14&t=43s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}