Information about plays

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

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

{
    "id": 3413478,
    "uri": "https://api.kexp.org/v2/plays/3413478/?format=api",
    "airdate": "2024-10-16T14:17:05-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wait for Me",
    "track_id": null,
    "recording_id": "e6b8ee5b-0f6d-4242-aeb6-9cab6e226085",
    "artist": "Slave",
    "artist_ids": [
        "29da6ed6-2501-40bf-83e9-9f22d872dd5a"
    ],
    "album": "Show Time",
    "release_id": null,
    "release_group_id": "47ef79fb-fe8d-39c9-9c08-de1bcf7d33a3",
    "labels": [
        "Cotillion"
    ],
    "label_ids": [
        "d97da6f0-c0ba-4a60-8fd5-fb8edab24d32"
    ],
    "release_date": "1981-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}