Information about plays

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

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

{
    "id": 3422147,
    "uri": "https://api.kexp.org/v2/plays/3422147/?format=api",
    "airdate": "2024-11-06T16:08:17-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World Leader Pretend",
    "track_id": null,
    "recording_id": "bfb53c1d-cdfe-4ed1-8df1-475a7d95375a",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Out of Time",
    "release_id": null,
    "release_group_id": "400a5fdd-e616-3598-a9bf-cd8275cb53d0",
    "labels": [
        "Concord Bicycle Music"
    ],
    "label_ids": [
        "30047e9a-bebd-4455-83c6-0b6d5513b566"
    ],
    "release_date": "1991-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From REM's sixth studio album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}