Information about plays

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

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

{
    "id": 2680373,
    "uri": "https://api.kexp.org/v2/plays/2680373/?format=api",
    "airdate": "2019-12-31T10:44:06-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything Else Has Gone Wrong",
    "track_id": "ca3ab29e-b173-4bbf-b42b-2cad6c419796",
    "recording_id": null,
    "artist": "Bombay Bicycle Club",
    "artist_ids": [
        "0ae49abe-d6af-44fa-8ab0-b9ace5690e6f"
    ],
    "album": "Everything Else Has Gone Wrong",
    "release_id": "05c73849-1de7-44db-9d65-bcde0a13a308",
    "release_group_id": null,
    "labels": [
        "mmm... Records"
    ],
    "label_ids": [
        "4d191393-7d67-4366-98a2-aa4140f26662"
    ],
    "release_date": "2020-01-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band shared in a letter on the homepage of their website that the video is about “finding hope, safety and comfort during times of despair, when everything is seemingly crumbling all around you” and “finding light in the dark, and the cathartic role that music can play in bleak situations”.: https://www.euphoriazine.com/blog/2019/12/new-music/tracks-bombay-bicycle-club-everything-else-has-gone-wrong/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}