Information about plays

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

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

{
    "id": 3419931,
    "uri": "https://api.kexp.org/v2/plays/3419931/?format=api",
    "airdate": "2024-11-01T03:04:07-07:00",
    "show": 61730,
    "show_uri": "https://api.kexp.org/v2/shows/61730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Arachnids",
    "track_id": "32044b3e-0371-4d1c-87e3-2501055ac31c",
    "recording_id": "e7350dee-f60b-4884-822c-c2eebd91c764",
    "artist": "Disclosure",
    "artist_ids": [
        "ae65c507-d9a0-4d42-9a6c-2b1f82158b9f"
    ],
    "album": "Arachnids",
    "release_id": "0fc968de-46ab-433a-8a91-3f4ab3b1b48e",
    "release_group_id": "63a32fb3-3783-4942-822c-3081fe817b27",
    "labels": [
        "The Warehouse Project"
    ],
    "label_ids": [
        "5deaf0ed-c24c-4dff-9f75-00e779a946c3"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}