Information about plays

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

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

{
    "id": 3417801,
    "uri": "https://api.kexp.org/v2/plays/3417801/?format=api",
    "airdate": "2024-10-27T04:08:25-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/aec7ca73-36ff-41aa-9ad1-57b2d4cc41bb/10614867040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aec7ca73-36ff-41aa-9ad1-57b2d4cc41bb/10614867040-250.jpg",
    "song": "Dopethrone",
    "track_id": null,
    "recording_id": "23c53b20-3756-422a-895d-408bd72cdb06",
    "artist": "Electric Wizard",
    "artist_ids": [
        "da7d57e6-0619-4f0f-8d15-d0b4195c3f55"
    ],
    "album": "Dopethrone",
    "release_id": null,
    "release_group_id": "5ebf4f0a-61ba-3829-9d0c-0a0e5ad8897e",
    "labels": [
        "Rise Above Records"
    ],
    "label_ids": [
        "31a780d3-8a28-43a3-ae05-89ec1f202721"
    ],
    "release_date": "2000-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "... Oh, the throne is *made of* dope, not a dope throne as in \"cool\" throne. That was silly of me.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}