Information about plays

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

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

{
    "id": 3428458,
    "uri": "https://api.kexp.org/v2/plays/3428458/?format=api",
    "airdate": "2024-11-22T00:37:58-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff52b16a-d947-4b57-aebc-82aeb7f89fd0/36327508447-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff52b16a-d947-4b57-aebc-82aeb7f89fd0/36327508447-250.jpg",
    "song": "Block Party",
    "track_id": null,
    "recording_id": "1a43492b-edf9-4f5f-a70b-4132782526d9",
    "artist": "Stacy Lattisaw With Johnny Gill",
    "artist_ids": [
        "ac6dff9d-f26d-4d71-b2db-96aeb90a4225",
        "7dc35846-c93a-4261-b665-ae750e3afdfb"
    ],
    "album": "Perfect Combination",
    "release_id": null,
    "release_group_id": "5cfff804-408b-4283-9901-dc6dd70e8172",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}