Information about plays

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

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

{
    "id": 3426992,
    "uri": "https://api.kexp.org/v2/plays/3426992/?format=api",
    "airdate": "2024-11-18T09:45:40-08:00",
    "show": 61883,
    "show_uri": "https://api.kexp.org/v2/shows/61883/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd115704-d392-4d05-95e0-491e9fd82852/2531553574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd115704-d392-4d05-95e0-491e9fd82852/2531553574-250.jpg",
    "song": "Lazy Eye",
    "track_id": null,
    "recording_id": "43d1815b-46b4-44d3-b64b-15d2c12b21fd",
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Carnavas",
    "release_id": null,
    "release_group_id": "4eb68c5b-dc3f-3a1d-bcc1-9ade293f7627",
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2006-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Silversun Pickups play this song Live on KEXP in 2015: https://bit.ly/3nOz2R7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}