Information about plays

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

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

{
    "id": 3427966,
    "uri": "https://api.kexp.org/v2/plays/3427966/?format=api",
    "airdate": "2024-11-20T20:32:04-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Testimony",
    "track_id": "fae46d02-1506-44b7-bfe5-7c1e0357c246",
    "recording_id": "1793582b-8766-4e48-bca1-c7e1c2ee5060",
    "artist": "Orions Belte feat. XTHALIA",
    "artist_ids": [
        "61199372-d2ff-4111-aa75-8b30a25d67e7",
        "2c17a92a-de47-4781-90c6-d3dd8ae9c7ba"
    ],
    "album": "Testimony",
    "release_id": "063dd539-4941-444e-b57d-26b41915615a",
    "release_group_id": "19620eab-ce72-4eeb-af42-32b1946c2d5e",
    "labels": [
        "Jansen Records"
    ],
    "label_ids": [
        "6aea71e3-b55e-43f6-8d3e-b334254066d7"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}