Information about plays

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

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

{
    "id": 3421309,
    "uri": "https://api.kexp.org/v2/plays/3421309/?format=api",
    "airdate": "2024-11-04T12:03:13-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Every Time the Sun Comes Up",
    "track_id": null,
    "recording_id": "8acdf2e3-a5a4-48ce-bf94-f2d17d94516e",
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2014-07-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}