Information about plays

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

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

{
    "id": 3414125,
    "uri": "https://api.kexp.org/v2/plays/3414125/?format=api",
    "airdate": "2024-10-18T02:59:05-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghosts",
    "track_id": "872c3e78-d4a7-3d6a-b953-d0db35f24429",
    "recording_id": "85f8df46-83bb-4b35-a976-357e834be517",
    "artist": "Japan",
    "artist_ids": [
        "697e7111-5630-4c77-83f3-39821bacc61a"
    ],
    "album": "Tin Drum",
    "release_id": "299f2d5a-59a9-34bb-80b4-a930fdf3e6a4",
    "release_group_id": "c7a6784e-e1de-3480-b744-b5ed6d5cb6ca",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2006-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request! Also it's kinda Halloween-y! And one of my favorite songs ever ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}