Information about plays

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

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

{
    "id": 2683061,
    "uri": "https://api.kexp.org/v2/plays/2683061/?format=api",
    "airdate": "2020-01-07T01:34:25-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbdee5f5-a88f-443b-b293-bd51a043abea/23948702926-250.jpg",
    "thumbnail_uri": "",
    "song": "Eat, Sleep, Wake (Nothing But You)",
    "track_id": "ea193f6f-70f1-41c2-a843-f27bc2dc4417",
    "recording_id": null,
    "artist": "Bombay Bicycle Club",
    "artist_ids": [
        "0ae49abe-d6af-44fa-8ab0-b9ace5690e6f"
    ],
    "album": "Eat, Sleep, Wake (Nothing but You)",
    "release_id": "dbdee5f5-a88f-443b-b293-bd51a043abea",
    "release_group_id": null,
    "labels": [
        "mmm... Records"
    ],
    "label_ids": [
        "4d191393-7d67-4366-98a2-aa4140f26662"
    ],
    "release_date": "2019-08-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bombay Bicycle Club - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=EHyaeKayHD0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}