Information about plays

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

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

{
    "id": 3422266,
    "uri": "https://api.kexp.org/v2/plays/3422266/?format=api",
    "airdate": "2024-11-06T23:03:39-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/31765b9f-e969-4257-855f-c7ea1f657b2a/39706767821-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31765b9f-e969-4257-855f-c7ea1f657b2a/39706767821-250.jpg",
    "song": "Come Together",
    "track_id": null,
    "recording_id": "cae725b0-755c-4d26-ba62-d3def5c24024",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Abbey Road",
    "release_id": null,
    "release_group_id": "9162580e-5df4-32de-80cc-f45a8d8a9b1d",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1969-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}