Information about plays

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

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

{
    "id": 3428430,
    "uri": "https://api.kexp.org/v2/plays/3428430/?format=api",
    "airdate": "2024-11-21T22:53:44-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/94d13877-6ede-479a-b57d-992edaeb0f99/37720581773-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/94d13877-6ede-479a-b57d-992edaeb0f99/37720581773-250.jpg",
    "song": "(You're My One And Only) True Love",
    "track_id": null,
    "recording_id": "c30ad303-473a-490e-8b21-3c0835023ab4",
    "artist": "Seduction",
    "artist_ids": [
        "cd3fbab0-0649-431f-ba81-3fd0f7cd2c89"
    ],
    "album": "Quadrant Park Classics",
    "release_id": null,
    "release_group_id": "209551e3-16a7-443a-99e3-8685cb87d2fd",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}