Information about plays

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

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

{
    "id": 3422297,
    "uri": "https://api.kexp.org/v2/plays/3422297/?format=api",
    "airdate": "2024-11-07T00:57:45-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/4321855e-8e8e-4786-8506-28e6d69633b9/13966110015-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4321855e-8e8e-4786-8506-28e6d69633b9/13966110015-250.jpg",
    "song": "You’ll Never Walk Alone",
    "track_id": null,
    "recording_id": "32803ed5-6ad4-4f05-b67f-ceba318ece51",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Unearthed",
    "release_id": null,
    "release_group_id": "137e7170-452b-3dde-89af-d52a9e1de8d9",
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2003-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}