Information about plays

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

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

{
    "id": 3428541,
    "uri": "https://api.kexp.org/v2/plays/3428541/?format=api",
    "airdate": "2024-11-22T05:47:08-08:00",
    "show": 61913,
    "show_uri": "https://api.kexp.org/v2/shows/61913/?format=api",
    "image_uri": "https://ia902902.us.archive.org/7/items/mbid-d869e228-539e-4fd7-b25c-af95db622704/mbid-d869e228-539e-4fd7-b25c-af95db622704-2990526796_thumb500.jpg",
    "thumbnail_uri": "https://ia902902.us.archive.org/7/items/mbid-d869e228-539e-4fd7-b25c-af95db622704/mbid-d869e228-539e-4fd7-b25c-af95db622704-2990526796_thumb250.jpg",
    "song": "Dread Lion",
    "track_id": "77b9f0aa-5298-30a6-93a8-c067b8ddfaf7",
    "recording_id": "272362d0-1999-432e-b312-0e3607ab57f6",
    "artist": "Lee “Scratch” Perry & The Upsetters",
    "artist_ids": [
        "7bcf8b20-72a6-48b1-bad3-b28869090dda",
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "Rockers",
    "release_id": "d869e228-539e-4fd7-b25c-af95db622704",
    "release_group_id": "8fcef4e9-6946-3ae6-92db-8bf563f8777a",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1990-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1969.\n\nThe song's title, \"Dread Lion,\" evokes powerful imagery associated with Rastafarian culture and reggae music. In Rastafarian symbolism, the lion often represents Haile Selassie I, the former Emperor of Ethiopia, who is revered in the religion.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}