Information about plays

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

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

{
    "id": 3343714,
    "uri": "https://api.kexp.org/v2/plays/3343714/?format=api",
    "airdate": "2024-05-04T12:02:29-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia902901.us.archive.org/6/items/mbid-767ee61d-6395-4ba9-bf79-ab0bf6701669/mbid-767ee61d-6395-4ba9-bf79-ab0bf6701669-22632553566_thumb500.jpg",
    "thumbnail_uri": "https://ia802901.us.archive.org/6/items/mbid-767ee61d-6395-4ba9-bf79-ab0bf6701669/mbid-767ee61d-6395-4ba9-bf79-ab0bf6701669-22632553566_thumb250.jpg",
    "song": "Space Oddity",
    "track_id": "9eda3bd5-78f9-3446-8abe-ffc41db71bdc",
    "recording_id": "84649f3b-6da6-4da6-8e33-a7a990b69516",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "David Bowie",
    "release_id": "767ee61d-6395-4ba9-bf79-ab0bf6701669",
    "release_group_id": "2e12918c-4973-3537-b9ab-e4723ae1ae1d",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1969-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "May the 4th Be With You!",
    "play_type": "trackplay"
}