Information about plays

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

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

{
    "id": 3421903,
    "uri": "https://api.kexp.org/v2/plays/3421903/?format=api",
    "airdate": "2024-11-06T00:08:19-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/7579e370-417b-3473-a6f0-c30fb19acad5/38531649903-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7579e370-417b-3473-a6f0-c30fb19acad5/38531649903-250.jpg",
    "song": "Dance Yrself Clean",
    "track_id": null,
    "recording_id": "2351cd90-50cc-4862-bba0-6fa8b807b4e3",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": null,
    "release_group_id": "8898e5eb-48aa-4eea-8569-d3a2e9adaf02",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for LCD! http://www.lcdsoundsystem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}