Information about plays

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

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

{
    "id": 2680994,
    "uri": "https://api.kexp.org/v2/plays/2680994/?format=api",
    "airdate": "2020-01-01T22:45:21-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa09ac30-53e1-4d17-a027-3c3150eea57a/23532781870-250.jpg",
    "thumbnail_uri": "",
    "song": "Inhale Exhale",
    "track_id": "c5597239-24d2-4532-8a69-b68ff4c66c97",
    "recording_id": null,
    "artist": "Anna Meredith",
    "artist_ids": [
        "6fc10cdb-04ce-412c-993f-fea0f4e6b95f"
    ],
    "album": "FIBS",
    "release_id": "fa09ac30-53e1-4d17-a027-3c3150eea57a",
    "release_group_id": null,
    "labels": [
        "もしもし"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second record from this Scottish artist.  www.annameredith.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}