Information about plays

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

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

{
    "id": 2674858,
    "uri": "https://api.kexp.org/v2/plays/2674858/?format=api",
    "airdate": "2019-12-18T09:52:45-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "https://coverartarchive.org/release/41551171-df20-4848-a22f-753a4f14e3ed/16313295903-250.jpg",
    "thumbnail_uri": "",
    "song": "Paint It, Black",
    "track_id": "3f81de55-78f4-3440-b155-ee038091557f",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Aftermath",
    "release_id": "41551171-df20-4848-a22f-753a4f14e3ed",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2002-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 76th birthday Keith Richards! The Rolling Stones guitarist who keeps on rolling was born on this day in 1943.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}