Information about plays

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

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

{
    "id": 3428438,
    "uri": "https://api.kexp.org/v2/plays/3428438/?format=api",
    "airdate": "2024-11-21T23:26:06-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're the One for Me",
    "track_id": null,
    "recording_id": "e5b1281c-c476-4fdf-900f-d66f8662d94c",
    "artist": "Krystol",
    "artist_ids": [
        "c8fc62aa-64da-4e25-bed6-e4fb55a7a4c5"
    ],
    "album": "Gettin' Ready",
    "release_id": null,
    "release_group_id": "bf5d523a-83e3-47bd-ae9b-d99ea4485020",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}