Information about plays

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

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

{
    "id": 3421432,
    "uri": "https://api.kexp.org/v2/plays/3421432/?format=api",
    "airdate": "2024-11-04T21:04:33-08:00",
    "show": 61765,
    "show_uri": "https://api.kexp.org/v2/shows/61765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cómo perdonar",
    "track_id": null,
    "recording_id": "0800d729-5668-410e-aaa2-3e2f50fcab0d",
    "artist": "Making Movies featuring Rubén Blades & Flor de Toloache",
    "artist_ids": [
        "550dae37-1c3e-4545-b6c8-c515dbff6b77",
        "f050673a-dfb3-4200-b057-bf78213de36c",
        "01ecc7a3-2f46-4205-908e-11b1492c2245"
    ],
    "album": "ameri'kana",
    "release_id": null,
    "release_group_id": "2acc1e8f-2dc8-48d4-aaba-ecfc393f7772",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of our Latin-American anthem of modernidad! \n\nFrom Panama Making Movies and Ruben Blades, featuring the mexican american mariachi group, Flor De Toloache. \n\nWatch Making Movies Live on KEXP \nhttps://www.youtube.com/watch?v=daUqwQC9JUs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}