Information about plays

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

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

{
    "id": 3417783,
    "uri": "https://api.kexp.org/v2/plays/3417783/?format=api",
    "airdate": "2024-10-27T03:00:10-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/7da8edc9-178c-4ffa-87a9-a4519c5456ec/38560490933-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7da8edc9-178c-4ffa-87a9-a4519c5456ec/38560490933-250.jpg",
    "song": "Run From The Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Oceans of Slumber",
    "artist_ids": [
        "47c5f847-e38a-4d14-a1cf-73b23e8167a1"
    ],
    "album": "Where Gods Fear to Speak",
    "release_id": null,
    "release_group_id": "ebe63b20-ef6b-426d-aa6a-0c480ababd55",
    "labels": [
        "Season of Mist"
    ],
    "label_ids": [
        "ab256066-5230-4a00-bc3f-1fcad2026852"
    ],
    "release_date": "2024-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}