Information about plays

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

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

{
    "id": 3421730,
    "uri": "https://api.kexp.org/v2/plays/3421730/?format=api",
    "airdate": "2024-11-05T12:51:12-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia803400.us.archive.org/14/items/mbid-a32e4f51-52d2-4cf0-9a55-62bbbc20f071/mbid-a32e4f51-52d2-4cf0-9a55-62bbbc20f071-29408683790_thumb500.jpg",
    "thumbnail_uri": "https://ia803400.us.archive.org/14/items/mbid-a32e4f51-52d2-4cf0-9a55-62bbbc20f071/mbid-a32e4f51-52d2-4cf0-9a55-62bbbc20f071-29408683790_thumb250.jpg",
    "song": "Never Say Never",
    "track_id": "57021314-ceab-4c85-bd88-eca92e94cacb",
    "recording_id": "626ddca9-cc63-426c-9629-f9a26933b2db",
    "artist": "The Linda Lindas",
    "artist_ids": [
        "ecd00b8b-f697-4d90-8641-6633af356747"
    ],
    "album": "The Linda Lindas",
    "release_id": "a32e4f51-52d2-4cf0-9a55-62bbbc20f071",
    "release_group_id": "766a2ca7-01bf-4819-9abb-2c28191de6a3",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-12-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance by The Linda Lindas in the KEXP studio last year: https://www.youtube.com/watch?v=xJt_9HEnj14",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}