Information about plays

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

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

{
    "id": 2680422,
    "uri": "https://api.kexp.org/v2/plays/2680422/?format=api",
    "airdate": "2019-12-31T13:47:20-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9678db1-8a10-3dab-8421-f93dd12e76bd/14458507542-250.jpg",
    "thumbnail_uri": "",
    "song": "Some Weird Sin",
    "track_id": "9fcd37a0-6a16-34b8-9610-7bdba17e59d6",
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Lust for Life",
    "release_id": "b9678db1-8a10-3dab-8421-f93dd12e76bd",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of course he has his shirt off in this live version of \"Some Weird Sin\": https://www.youtube.com/watch?v=jG3XXFPjVe8  Did you know that David Bowie co-wrote this song with Mr. Pop?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}