Information about plays

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

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

{
    "id": 3422376,
    "uri": "https://api.kexp.org/v2/plays/3422376/?format=api",
    "airdate": "2024-11-07T05:33:07-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia800401.us.archive.org/21/items/mbid-e0818648-8817-4745-b411-0f7d94b5ccad/mbid-e0818648-8817-4745-b411-0f7d94b5ccad-6731220802_thumb500.jpg",
    "thumbnail_uri": "https://ia800401.us.archive.org/21/items/mbid-e0818648-8817-4745-b411-0f7d94b5ccad/mbid-e0818648-8817-4745-b411-0f7d94b5ccad-6731220802_thumb250.jpg",
    "song": "O-o-h Child",
    "track_id": "ceb8b2f0-d47a-424c-91f9-daefebe6d251",
    "recording_id": "6e3e6d33-df3c-4658-8437-2003fbac1ae5",
    "artist": "The Five Stairsteps",
    "artist_ids": [
        "42700164-abe3-4b45-b627-f4c8deca5e82"
    ],
    "album": "O-o-h Child / Because I Love You",
    "release_id": "e0818648-8817-4745-b411-0f7d94b5ccad",
    "release_group_id": "bcb6c127-3c58-4543-9ec3-f45742de43d1",
    "labels": [
        "Buddah Records"
    ],
    "label_ids": [
        "bc0dc38a-ad1e-4e81-bf13-ce3a94a8f9ef"
    ],
    "release_date": "1975-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1970 by Chicago soul family group The Five Stairsteps, who had previous peripheral success recording in Chicago with Curtis Mayfield.\n\nWatch a live performance on \"Soul Train\": https://bit.ly/4aCt9Jj.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}