Information about plays

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

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

{
    "id": 3421991,
    "uri": "https://api.kexp.org/v2/plays/3421991/?format=api",
    "airdate": "2024-11-06T05:23:22-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia601303.us.archive.org/20/items/mbid-dfb02ce2-2605-49f7-a863-c68050a4121a/mbid-dfb02ce2-2605-49f7-a863-c68050a4121a-37622825891_thumb500.jpg",
    "thumbnail_uri": "https://ia601303.us.archive.org/20/items/mbid-dfb02ce2-2605-49f7-a863-c68050a4121a/mbid-dfb02ce2-2605-49f7-a863-c68050a4121a-37622825891_thumb250.jpg",
    "song": "Go Down Moses",
    "track_id": "7149caeb-95b9-3d52-a446-683ad83c4b71",
    "recording_id": "9bf69b7d-7a1c-49a5-9b03-64b394c0bf38",
    "artist": "Homer Quincy Smith",
    "artist_ids": [
        "87546a67-7992-4217-be41-40df8ac352c7"
    ],
    "album": "American Primitive, Vol. II: Pre-War Revenants (1897–1939)",
    "release_id": "dfb02ce2-2605-49f7-a863-c68050a4121a",
    "release_group_id": "9905b502-ad7e-3944-bdff-d7bfca5f58dd",
    "labels": [
        "Revenant"
    ],
    "label_ids": [
        "483edb6f-628c-4acc-b881-3337bfb9faeb"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Homer Quincy Smith (December 2, 1902, Florence, Alabama) was founder and first tenor of The Southernaires. Formed in 1929, the Southernaires were a black gospel vocal quartet that found success via the radio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}