Information about plays

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

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

{
    "id": 3422303,
    "uri": "https://api.kexp.org/v2/plays/3422303/?format=api",
    "airdate": "2024-11-07T01:18:26-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep on Movin'",
    "track_id": "1c598707-c384-4697-afab-370409aa97e9",
    "recording_id": "ea5fb858-b525-4999-828f-5434c934c9d1",
    "artist": "Soul II Soul",
    "artist_ids": [
        "9350241a-d698-4489-92bf-41794f383ff3"
    ],
    "album": "Classic Masters",
    "release_id": "44e525ab-0087-4fb3-9325-fe69335aa6fc",
    "release_group_id": "0f222296-b0d9-43db-99c1-086b9611b384",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2003-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}