Information about plays

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

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

{
    "id": 3422143,
    "uri": "https://api.kexp.org/v2/plays/3422143/?format=api",
    "airdate": "2024-11-06T15:51:27-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "https://coverartarchive.org/release/12160db1-e0cc-416a-8cdf-9c31fb91251f/6373827494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/12160db1-e0cc-416a-8cdf-9c31fb91251f/6373827494-250.jpg",
    "song": "This Is Not a Love Song",
    "track_id": null,
    "recording_id": "2504174f-437f-4954-945c-8f2569529e4f",
    "artist": "Public Image Ltd.",
    "artist_ids": [
        "68950696-ee9a-49b2-a8c2-d1d6c19355cc"
    ],
    "album": "This Is Not a Love Song",
    "release_id": null,
    "release_group_id": "8fd30b80-1e8e-37be-aa85-47a02b2ae106",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1983-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can see John Lydon up very close and personal in the video for \"This Is Not a Love Song\": https://www.youtube.com/watch?v=9BGi8u8BtaA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}