Information about plays

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

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

{
    "id": 3422058,
    "uri": "https://api.kexp.org/v2/plays/3422058/?format=api",
    "airdate": "2024-11-06T10:08:46-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia600300.us.archive.org/8/items/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91-9487601580_thumb500.jpg",
    "thumbnail_uri": "https://ia600300.us.archive.org/8/items/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91-9487601580_thumb250.jpg",
    "song": "Children of the Revolution",
    "track_id": "be1848a5-7951-3114-8b7f-5fcbf3f87205",
    "recording_id": "181ce6ae-267c-4bdc-9e6c-4cc1de4a642a",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "20th Century Boy: The Ultimate Collection",
    "release_id": "58b75a0c-17d5-4a0a-87ea-88cf85792b91",
    "release_group_id": "180a7076-a414-3712-8c1f-d7199f764a83",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"But you won't fool the children of the revolution, no way!\"\nRecorded at John Lennon and Yoko Ono's Ascot Sound Studios for the film 'Born to Boogie' (directed by Ringo Starr.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}