Information about plays

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

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

{
    "id": 3413479,
    "uri": "https://api.kexp.org/v2/plays/3413479/?format=api",
    "airdate": "2024-10-16T14:23:52-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Next Generation",
    "track_id": "185aea0a-5440-3b66-bf9f-f1f03bb8d99f",
    "recording_id": "c18596f4-0a6e-4e02-a125-2166d9b17c61",
    "artist": "Neneh Cherry",
    "artist_ids": [
        "527c65d1-9fdb-4482-8796-dde2980bd63a"
    ],
    "album": "Raw Like Sushi",
    "release_id": "8c16f543-94f0-34b6-a8f2-b1d6ab7db0e2",
    "release_group_id": "daf52bf4-9abf-353e-b226-ef69e1f3e95d",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1989-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Chris!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}