Information about plays

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

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

{
    "id": 375890,
    "uri": "https://api.kexp.org/v2/plays/375890/?format=api",
    "airdate": "2019-09-03T06:21:07-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything That Rises",
    "track_id": "4454241a-33d1-46bd-95c5-9f29e9480266",
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Innocents",
    "release_id": "f3044afe-e231-47c6-864f-3a4784bcad04",
    "release_group_id": null,
    "labels": [
        "Little Idiot"
    ],
    "label_ids": [],
    "release_date": "2013-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby has been a great friend to KEXP over the years and here he is performing \"Mistake\" live in the KEXP studio back in 2009!. https://www.youtube.com/watch?v=d5L0I9BL0Jc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}