Information about plays

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

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

{
    "id": 3438144,
    "uri": "https://api.kexp.org/v2/plays/3438144/?format=api",
    "airdate": "2024-12-14T21:01:03-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2-4-6-8 Rock N Roll",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hot Rollers",
    "artist_ids": [
        "502929c5-189f-4133-abc1-60b9c815cc6d"
    ],
    "album": "Ready! Aim! 1​!​2​!​3​!​4! - A Tribute To M​.​O​.​T​.​O.",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chain Smoking Records"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's garage rock sweethearts!\n\nhttps://chainsmokingrecords.bandcamp.com/album/ready-aim-1-2-3-4-a-tribute-to-m-o-t-o\nhttps://www.facebook.com/thehotrollers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}