Information about plays

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

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

{
    "id": 3437503,
    "uri": "https://api.kexp.org/v2/plays/3437503/?format=api",
    "airdate": "2024-12-13T08:25:43-08:00",
    "show": 62096,
    "show_uri": "https://api.kexp.org/v2/shows/62096/?format=api",
    "image_uri": "https://ia800203.us.archive.org/28/items/mbid-a0ed9407-3a24-4f0e-9f64-d31f6be77f3c/mbid-a0ed9407-3a24-4f0e-9f64-d31f6be77f3c-38268510532_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/28/items/mbid-a0ed9407-3a24-4f0e-9f64-d31f6be77f3c/mbid-a0ed9407-3a24-4f0e-9f64-d31f6be77f3c-38268510532_thumb250.jpg",
    "song": "Everyday",
    "track_id": "090d38d9-61ee-4243-917b-931966fd56f9",
    "recording_id": "b4ad1954-3d27-4083-a4ea-9d83c4004edb",
    "artist": "Dave Matthews Band",
    "artist_ids": [
        "07e748f1-075e-428d-85dc-ce3be434e906"
    ],
    "album": "Everyday",
    "release_id": "a0ed9407-3a24-4f0e-9f64-d31f6be77f3c",
    "release_group_id": "20d23000-8bc9-30da-b28a-3fc57f7b7b95",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2001-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The guitar part was borrowed from a song called \"#36,\" which Dave Matthews band had been playing live in some form since 1993 but never successfully recorded. \"#36\" can be found on the 1997 album \"Live At Red Rocks,\" recorded at a show in 1995.\n--\nVusi Mahlasela, a popular singer in Dave Matthews' native South Africa, sings on this track with Matthews. That's him at the beginning with the \"pick me up, love!\" line.\n--\nBoyd Tinsley's violin on this track was put through a wah-wah pedal to get a distinct sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}