Information about plays

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

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

{
    "id": 3428287,
    "uri": "https://api.kexp.org/v2/plays/3428287/?format=api",
    "airdate": "2024-11-21T14:22:46-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/fafe9439-e930-4fca-9d1d-16ea3a5f2db4/8190760824-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fafe9439-e930-4fca-9d1d-16ea3a5f2db4/8190760824-250.jpg",
    "song": "You're Welcome, Stop On By",
    "track_id": null,
    "recording_id": "43cf39ac-1df2-4db4-8f88-52d71eeac450",
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Sweet Lou",
    "release_id": null,
    "release_group_id": "578ce444-1ac2-4a6a-b0b9-e9303c43e482",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Lou Donaldson's cover of the song written by Bobby Womack and Truman Thomas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}