Information about plays

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

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

{
    "id": 3414933,
    "uri": "https://api.kexp.org/v2/plays/3414933/?format=api",
    "airdate": "2024-10-20T03:06:13-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Panic Switch",
    "track_id": null,
    "recording_id": "f3de94cc-430b-4311-94e8-83a686db917b",
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Swoon",
    "release_id": null,
    "release_group_id": "c47dc68d-1ce6-39fb-bda3-2ce1be024eb1",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2009-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}