Information about plays

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

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

{
    "id": 3428540,
    "uri": "https://api.kexp.org/v2/plays/3428540/?format=api",
    "airdate": "2024-11-22T05:43:42-08:00",
    "show": 61913,
    "show_uri": "https://api.kexp.org/v2/shows/61913/?format=api",
    "image_uri": "https://ia904604.us.archive.org/8/items/mbid-302c7818-8f32-4370-8f97-c335b1a0db6d/mbid-302c7818-8f32-4370-8f97-c335b1a0db6d-1817044560_thumb500.jpg",
    "thumbnail_uri": "https://ia804604.us.archive.org/8/items/mbid-302c7818-8f32-4370-8f97-c335b1a0db6d/mbid-302c7818-8f32-4370-8f97-c335b1a0db6d-1817044560_thumb250.jpg",
    "song": "Jamming",
    "track_id": "55fedc1d-071d-3a6d-a406-2867c95fc6a5",
    "recording_id": "755ea925-c364-4e59-b21f-8d0f4f73f821",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Exodus",
    "release_id": "302c7818-8f32-4370-8f97-c335b1a0db6d",
    "release_group_id": "c5650313-60f3-34d3-92e4-300545133792",
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2001-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title of the song comes from the Jamaican Patois word \"jammin\" and refers to a celebration or party, according to \"Jabari: Authentic Jamaican Dictionary of the Jamic Language.\" And the song with its funky guitar licks by Junior Marvin and the thumping bass of Aston \"Family Man\" Barrett certainly provides the perfect backbone to get the party started. However, Marley's lyrics addressed the previous assassination attempt on his life: https://www.grunge.com/1372134/meaning-behind-jamming-bob-marley/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}