Information about plays

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

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

{
    "id": 3420600,
    "uri": "https://api.kexp.org/v2/plays/3420600/?format=api",
    "airdate": "2024-11-02T20:26:46-07:00",
    "show": 61747,
    "show_uri": "https://api.kexp.org/v2/shows/61747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Humans",
    "track_id": "5a1804b6-1090-46d0-8ae9-a4f36ecbef7b",
    "recording_id": "33bbc078-9b0c-4df0-b272-9a3cc8a798a8",
    "artist": "GEMZ",
    "artist_ids": [
        "8af56c87-a919-4cc3-8272-40ac3fbf4801"
    ],
    "album": "See The Future",
    "release_id": "eead144e-cbef-4a9e-8596-ba2527badc7a",
    "release_group_id": "17a16bbd-646c-4af2-85c8-2fb5f5c843f4",
    "labels": [
        "Sonic Ritual"
    ],
    "label_ids": [
        "482c8d62-25fb-4059-80e1-2775ef4c3f32"
    ],
    "release_date": "2024-10-22",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from GEMZ, a duo of former Seattle musicians Jen Wood and Ted Chen!\n\nhttps://gemzband.bandcamp.com/album/see-the-future",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}