Information about plays

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

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

{
    "id": 2680672,
    "uri": "https://api.kexp.org/v2/plays/2680672/?format=api",
    "airdate": "2020-01-01T04:32:03-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/25f395fe-4680-4bd8-ae4e-b3e3b1f3e113/17891739375-250.jpg",
    "thumbnail_uri": "",
    "song": "Mind Hijacker's Curse",
    "track_id": "a0382aac-c1bb-47f3-91d1-691c3a9a3e67",
    "recording_id": null,
    "artist": "Chad VanGaalen",
    "artist_ids": [
        "d5c5c11b-153d-4f28-9525-db5ec1bfe0ad"
    ],
    "album": "Light Information",
    "release_id": "25f395fe-4680-4bd8-ae4e-b3e3b1f3e113",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You know time can't be trusted\nTo move like you want it to move\nIt pulls you into it's slip stream\nAnd never lets you go",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}