Information about plays

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

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

{
    "id": 3421489,
    "uri": "https://api.kexp.org/v2/plays/3421489/?format=api",
    "airdate": "2024-11-05T00:09:26-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca91a7ea-6b5d-4eb2-86e1-a7353df79050/9537847190-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca91a7ea-6b5d-4eb2-86e1-a7353df79050/9537847190-250.jpg",
    "song": "Brazil",
    "track_id": null,
    "recording_id": null,
    "artist": "Cornelius",
    "artist_ids": [
        "df765d93-621c-437f-99fe-fda9e135f89a"
    ],
    "album": "Point",
    "release_id": null,
    "release_group_id": "f237df8f-cc6f-39a5-99cd-b66df9e84913",
    "labels": [
        "Polystar"
    ],
    "label_ids": [
        "38b7ea92-322e-4e8b-bf0e-c6de172de1a3"
    ],
    "release_date": "2001-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/O República Federativa do Brasil",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}