Information about plays

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

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

{
    "id": 3422052,
    "uri": "https://api.kexp.org/v2/plays/3422052/?format=api",
    "airdate": "2024-11-06T09:45:53-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/971b9b80-df67-4dba-a25b-4690a18cd1fe/10289534525-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/971b9b80-df67-4dba-a25b-4690a18cd1fe/10289534525-250.jpg",
    "song": "Alive and Kicking",
    "track_id": null,
    "recording_id": "989e01a1-ee01-463f-b339-6fec22af6784",
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Alive & Kicking",
    "release_id": null,
    "release_group_id": "d2ecf1ba-b9a3-4260-9fe4-2fe9cc8d6b7a",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1985-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Erika in Richmond, CA\nYou have carried me through the past two days of anxiety and are carrying me through my grief today when I don’t want to talk to anyone or read anything. Thank you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}