Information about plays

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

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

{
    "id": 3414636,
    "uri": "https://api.kexp.org/v2/plays/3414636/?format=api",
    "airdate": "2024-10-19T10:17:02-07:00",
    "show": 61618,
    "show_uri": "https://api.kexp.org/v2/shows/61618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Switch Up",
    "track_id": "37d8feaf-ce5a-4d52-a5c6-8fa1de5afe2b",
    "recording_id": "dccddb4b-92f4-4007-985f-c52aa72c4c7f",
    "artist": "Protoje & Zion I Kings feat. Koffee",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725",
        "8dc74d67-5c99-4558-9a4f-9166fb4a21c5",
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72"
    ],
    "album": "In Search of Zion",
    "release_id": "ae83d732-ef90-4990-93ec-3a7738818d04",
    "release_group_id": "74d06b67-5f68-4f2b-b60f-ae2f46000e79",
    "labels": [
        "In.Digg.Nation Collective"
    ],
    "label_ids": [
        "b7f6e35f-52ee-4553-b74a-752b6f5d818f"
    ],
    "release_date": "2023-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}