Information about plays

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

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

{
    "id": 3439499,
    "uri": "https://api.kexp.org/v2/plays/3439499/?format=api",
    "airdate": "2024-12-18T03:41:15-08:00",
    "show": 62139,
    "show_uri": "https://api.kexp.org/v2/shows/62139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Busy (Odd Mob Club Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Odd Mob, Sean Paul",
    "artist_ids": [
        "1344f59a-37e6-4026-9f80-75de26e9b5c4",
        "c3da3346-2643-48a7-93cd-011f6834b3d7"
    ],
    "album": "Get Busy (Odd Mob Club Mix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}