Information about plays

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

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

{
    "id": 3421634,
    "uri": "https://api.kexp.org/v2/plays/3421634/?format=api",
    "airdate": "2024-11-05T07:35:42-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Ok",
    "track_id": "1feb16db-1580-45f7-9683-db4f90df3506",
    "recording_id": "66115737-e00b-4ad5-aaae-be4934005ee1",
    "artist": "Lea Porcelain",
    "artist_ids": [
        "5b83ee82-56ce-4302-b61b-724a10bedc52"
    ],
    "album": "I Am OK",
    "release_id": "49cd1afb-0cde-4edb-9abf-0fa0ccec4c9b",
    "release_group_id": "7a9bd1e5-84b6-447f-a14f-c3770fed6e7e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}