Information about plays

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

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

{
    "id": 3422391,
    "uri": "https://api.kexp.org/v2/plays/3422391/?format=api",
    "airdate": "2024-11-07T06:10:30-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia803207.us.archive.org/4/items/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f-14989052153_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/4/items/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f/mbid-593f09a7-95de-3b3e-9e09-169e91ec630f-14989052153_thumb250.jpg",
    "song": "Three Little Birds",
    "track_id": "443d832c-8d4b-3b61-a563-30f510db5bd2",
    "recording_id": "33b9b9fd-15a1-4e1f-a10a-3d15df5e58f0",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Exodus",
    "release_id": "593f09a7-95de-3b3e-9e09-169e91ec630f",
    "release_group_id": "c5650313-60f3-34d3-92e4-300545133792",
    "labels": [
        "Tuff Gong",
        "Island"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c",
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2001-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Singing, 'Don't worry about a thing\n'Cause every little thing is gonna be alright!'\"\n---\nThis is a message Marley received from the birds that frequented his porch stoop in Kingston, Jamaica. \"That really happened,\" he said. \"That's where I get my inspiration.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}