Information about plays

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

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

{
    "id": 3422276,
    "uri": "https://api.kexp.org/v2/plays/3422276/?format=api",
    "airdate": "2024-11-06T23:40:25-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/472f4ece-d74c-4cf7-a642-cfcb0d4f5696/4642187855-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/472f4ece-d74c-4cf7-a642-cfcb0d4f5696/4642187855-250.jpg",
    "song": "The Feeling That We Have",
    "track_id": null,
    "recording_id": "c92f7ac6-0214-4ce8-a099-b2b8e1a46a95",
    "artist": "Theresa Merritt",
    "artist_ids": [
        "6eef09e7-07f8-4b01-be5a-e7d4a78576c4"
    ],
    "album": "The Wiz",
    "release_id": null,
    "release_group_id": "ab05542d-7362-307d-b63b-3ed3bcb43113",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1978-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}