Information about plays

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

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

{
    "id": 3416447,
    "uri": "https://api.kexp.org/v2/plays/3416447/?format=api",
    "airdate": "2024-10-23T21:02:22-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "https://coverartarchive.org/release/d55ec53b-a98c-4d59-8fa5-750cc4536c7d/6830773807-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d55ec53b-a98c-4d59-8fa5-750cc4536c7d/6830773807-250.jpg",
    "song": "The Crystal Ship",
    "track_id": null,
    "recording_id": "5d659012-e330-476f-b28d-51ecb6f64172",
    "artist": "Dead Meadow",
    "artist_ids": [
        "a60ca9de-acd1-4452-be33-e5b4f0564757"
    ],
    "album": "A Psych Tribute to the Doors",
    "release_id": null,
    "release_group_id": "ffc44264-015e-40c0-87c1-6b624d60133d",
    "labels": [
        "Cleopatra Records"
    ],
    "label_ids": [
        "29d910ca-3210-4ecc-89fb-7f349092ddfc"
    ],
    "release_date": "2014-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dead Meadow cover of The Doors's 'The Crystal Ship'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}