Information about plays

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

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

{
    "id": 3429332,
    "uri": "https://api.kexp.org/v2/plays/3429332/?format=api",
    "airdate": "2024-11-24T03:13:00-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "https://coverartarchive.org/release/30091089-3b28-4ae3-8478-e84228a7421f/37022098342-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30091089-3b28-4ae3-8478-e84228a7421f/37022098342-250.jpg",
    "song": "The Spark",
    "track_id": null,
    "recording_id": "b0fd9ffc-4802-4092-9a7d-68398ee0981e",
    "artist": "Elephant Stone",
    "artist_ids": [
        "3cc33cc1-17bc-4859-bac3-41ccd0e53f79"
    ],
    "album": "Back Into The Dream",
    "release_id": null,
    "release_group_id": "a8d7bf9e-a342-4007-8518-be935c8d8014",
    "labels": [
        "Elephants On Parade"
    ],
    "label_ids": [
        "2e6437bc-4501-4440-99e8-49741852fb44"
    ],
    "release_date": "2024-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}