Information about plays

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

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

{
    "id": 3422048,
    "uri": "https://api.kexp.org/v2/plays/3422048/?format=api",
    "airdate": "2024-11-06T09:27:30-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All My Friends",
    "track_id": null,
    "recording_id": "722b0851-8793-4df7-9aff-835cd3770a8c",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Sound of Silver",
    "release_id": null,
    "release_group_id": "5cbcdd9f-4b7d-3b3c-b9f2-6b0e75971157",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2007-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie in Seattle\nMusic may be the only thing that makes sense to me right now. Thanks,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}