Information about plays

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

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

{
    "id": 3422183,
    "uri": "https://api.kexp.org/v2/plays/3422183/?format=api",
    "airdate": "2024-11-06T18:09:35-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia803007.us.archive.org/23/items/mbid-4edf86bf-1bce-452b-95a9-73b3d9f2a4ce/mbid-4edf86bf-1bce-452b-95a9-73b3d9f2a4ce-23006591362_thumb500.jpg",
    "thumbnail_uri": "https://ia803007.us.archive.org/23/items/mbid-4edf86bf-1bce-452b-95a9-73b3d9f2a4ce/mbid-4edf86bf-1bce-452b-95a9-73b3d9f2a4ce-23006591362_thumb250.jpg",
    "song": "On the Luna",
    "track_id": "7c92887a-e518-418e-81f4-10187ba6e9aa",
    "recording_id": "e545d3e0-3861-4191-a3f6-75427054ebfa",
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost Part 1",
    "release_id": "4edf86bf-1bce-452b-95a9-73b3d9f2a4ce",
    "release_group_id": "ebbf6f7c-a843-4de9-96b7-5081dce485c7",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Everything Not Saved Will Be Lost – Part 1, the fifth studio album by British rock band Foals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}