Information about plays

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

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

{
    "id": 2680375,
    "uri": "https://api.kexp.org/v2/plays/2680375/?format=api",
    "airdate": "2019-12-31T10:53:33-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/062d3d01-9986-4b38-b9c1-b5f122c636a2/7940044842-250.jpg",
    "thumbnail_uri": "",
    "song": "Like Eating Glass",
    "track_id": "7151e05f-1e6e-38e5-b503-76f45c6d6155",
    "recording_id": null,
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm",
    "release_id": "062d3d01-9986-4b38-b9c1-b5f122c636a2",
    "release_group_id": null,
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go back in time to 2012 for a Bloc Party live performance in the KEXP studio: https://www.youtube.com/watch?v=HCkiia1HnXM&t=444s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}