Information about plays

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

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

{
    "id": 3422479,
    "uri": "https://api.kexp.org/v2/plays/3422479/?format=api",
    "airdate": "2024-11-07T11:00:30-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia904508.us.archive.org/28/items/mbid-e5ecae9c-fbb4-4f9b-8c46-bb52f5702c25/mbid-e5ecae9c-fbb4-4f9b-8c46-bb52f5702c25-36906286953_thumb500.jpg",
    "thumbnail_uri": "https://ia904508.us.archive.org/28/items/mbid-e5ecae9c-fbb4-4f9b-8c46-bb52f5702c25/mbid-e5ecae9c-fbb4-4f9b-8c46-bb52f5702c25-36906286953_thumb250.jpg",
    "song": "A Running Start",
    "track_id": "ce367e4d-5771-4039-9709-49b51f6260f1",
    "recording_id": "b4b32780-f5bf-414d-a6d7-01989f00ac1c",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Javelin",
    "release_id": "e5ecae9c-fbb4-4f9b-8c46-bb52f5702c25",
    "release_group_id": "56dba069-d0a1-4353-b786-db6fc8269139",
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2023-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sufjan Stevens’ tenth studio album, ‘Javelin,’ was released on October 6, 2023, through Asthmatic Kitty.\n\nThe album is dedicated to Sufjan’s late partner, Evans Richardson.\n\nhttps://shorturl.at/M2djY\nhttps://sufjan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}