Information about plays

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

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

{
    "id": 2680424,
    "uri": "https://api.kexp.org/v2/plays/2680424/?format=api",
    "airdate": "2019-12-31T13:56:01-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fcb21b7-b1ef-499a-ad3e-e02f246a1fd7/24956605675-250.jpg",
    "thumbnail_uri": "",
    "song": "It Takes Two",
    "track_id": "9310cce2-525b-4d11-8bf3-23d3cc247556",
    "recording_id": null,
    "artist": "Rob Base & DJ E-Z Rock",
    "artist_ids": [
        "bd1b5e18-a60e-419a-b633-e38e94235b0b"
    ],
    "album": "Mark Ronson Presents the Music of \"Spies in Disguise\"",
    "release_id": "3fcb21b7-b1ef-499a-ad3e-e02f246a1fd7",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2019-12-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Mark Ronson's tracklist for \"Spies in Disguise\": https://www.rollingstone.com/music/music-news/mark-ronson-spies-in-disguise-soundtrack-914164/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}