Information about plays

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

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

{
    "id": 2670938,
    "uri": "https://api.kexp.org/v2/plays/2670938/?format=api",
    "airdate": "2019-12-09T10:26:52-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "https://coverartarchive.org/release/2887c4b5-18ef-4720-a2c9-adf21392da9c/4358130003-250.jpg",
    "thumbnail_uri": "",
    "song": "O Katrina!",
    "track_id": "e568df94-758b-3de5-b44d-25cb6c1e477c",
    "recording_id": null,
    "artist": "Black Lips",
    "artist_ids": [
        "e940d7a3-01d0-468c-86ea-5dc4d89dcf80"
    ],
    "album": "Good Bad Not Evil",
    "release_id": "2887c4b5-18ef-4720-a2c9-adf21392da9c",
    "release_group_id": null,
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this 2015 KEXP in studio performance from the Black Lips here: https://bit.ly/2P8GkuN",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}