Information about plays

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

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

{
    "id": 3422285,
    "uri": "https://api.kexp.org/v2/plays/3422285/?format=api",
    "airdate": "2024-11-07T00:17:14-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/f675703c-0b54-4db2-954f-e3d20dfdcd22/38575561472-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f675703c-0b54-4db2-954f-e3d20dfdcd22/38575561472-250.jpg",
    "song": "Lift Every Voice and Sing",
    "track_id": null,
    "recording_id": "3f152e33-5c6e-484a-aceb-24f0302fe97e",
    "artist": "Three Southern Sons",
    "artist_ids": [
        "140a0115-f55e-4294-88bf-e8dd6f87fe1b"
    ],
    "album": "1940’s Vocal Groups: Complete Recorded Works In Chronological Order, 1941-1944",
    "release_id": null,
    "release_group_id": "e575ed75-4dee-46be-9190-50eaed703f90",
    "labels": [
        "Document Records"
    ],
    "label_ids": [
        "118ef48e-0a1a-4826-aa87-27a5a3d3d465"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}