Information about plays

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

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

{
    "id": 2674828,
    "uri": "https://api.kexp.org/v2/plays/2674828/?format=api",
    "airdate": "2019-12-18T08:07:27-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "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": "\"I wanna rock right now...\" - https://www.youtube.com/watch?v=phOW-CZJWT0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}