Information about plays

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

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

{
    "id": 3428662,
    "uri": "https://api.kexp.org/v2/plays/3428662/?format=api",
    "airdate": "2024-11-22T13:22:52-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "https://coverartarchive.org/release/9755893e-4b99-4189-83d1-747bd27cb472/10016215199-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9755893e-4b99-4189-83d1-747bd27cb472/10016215199-250.jpg",
    "song": "Lookout Weekend",
    "track_id": null,
    "recording_id": "b3948f71-147d-4276-bd8b-6a23d22f91ec",
    "artist": "Debbie Deb",
    "artist_ids": [
        "eec5be10-3fb2-48b9-9cce-29c29934794e"
    ],
    "album": "Lookout Weekend",
    "release_id": null,
    "release_group_id": "e3bd45e3-d170-4d32-9af4-2ae08fa0aa54",
    "labels": [
        "Jam Packed"
    ],
    "label_ids": [
        "ee370015-42a5-46e6-ae80-c6d37fd26d60"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As sampled on that new Kendrick Lamar release! \n\"Jumping music, slick deejays, fog machines and laser rays\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}