Information about plays

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

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

{
    "id": 2680909,
    "uri": "https://api.kexp.org/v2/plays/2680909/?format=api",
    "airdate": "2020-01-01T17:49:39-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walkin’",
    "track_id": "1e0d1602-df40-32b1-b11d-bd39a87874a8",
    "recording_id": null,
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "The Golden Age of Apocalypse",
    "release_id": "6a70ed63-1d53-4fe2-b048-9fb8980d9c23",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2011-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Golden Age of Apocalypse is the debut studio album by Thundercat, released on Brainfeeder in 2011.\n\nThundercat's upcoming concert at Showbox SoDo in Seattle is on March 1, 2020",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}