Information about plays

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

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

{
    "id": 3420930,
    "uri": "https://api.kexp.org/v2/plays/3420930/?format=api",
    "airdate": "2024-11-03T14:12:04-08:00",
    "show": 61753,
    "show_uri": "https://api.kexp.org/v2/shows/61753/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Overload",
    "track_id": "388c1bfc-6a80-49fa-863f-6b23f85d16be",
    "recording_id": "c4ba6b5f-15ae-40f5-b9bf-1d98e585bc32",
    "artist": "Georgia Anne Muldrow",
    "artist_ids": [
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1"
    ],
    "album": "Overload",
    "release_id": "4d00e8d7-3621-4299-8092-fbe391fb5ce9",
    "release_group_id": "5c420942-375f-41de-b0c2-63f59055e7ae",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2018-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}