Information about plays

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

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

{
    "id": 3413145,
    "uri": "https://api.kexp.org/v2/plays/3413145/?format=api",
    "airdate": "2024-10-15T23:03:16-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "While My Guitar Gently Weeps",
    "track_id": "003f68a9-8949-4571-b15d-7e7bc604ee56",
    "recording_id": "d29a39f5-8ba4-4926-af76-423f88b2a345",
    "artist": "Lucinda Williams",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "While My Guitar Gently Weeps",
    "release_id": "e5a1455f-6712-427e-a226-c61c18c7bedf",
    "release_group_id": "bb335d9d-1591-4db9-a0b1-6cad50bfc40b",
    "labels": [
        "Highway 20 Records"
    ],
    "label_ids": [
        "dacb9eae-02d6-4677-b812-24449304b03c"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beatles cover from the legendary Lucinda Williams! http://www.lucindawilliams.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}