Information about plays

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

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

{
    "id": 2675627,
    "uri": "https://api.kexp.org/v2/plays/2675627/?format=api",
    "airdate": "2019-12-19T23:58:30-08:00",
    "show": 46183,
    "show_uri": "https://api.kexp.org/v2/shows/46183/?format=api",
    "image_uri": "https://coverartarchive.org/release/e6147d09-1cda-4710-8d81-88f03edb4c88/2530204003-250.jpg",
    "thumbnail_uri": "",
    "song": "Christmas Woman",
    "track_id": "673595a9-41b0-3429-b43e-bd37ae5f7002",
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Silver & Gold",
    "release_id": "e6147d09-1cda-4710-8d81-88f03edb4c88",
    "release_group_id": null,
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2012-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}