Information about plays

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

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

{
    "id": 2677798,
    "uri": "https://api.kexp.org/v2/plays/2677798/?format=api",
    "airdate": "2019-12-25T04:26:15-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa09ac30-53e1-4d17-a027-3c3150eea57a/23532781870-250.jpg",
    "thumbnail_uri": "",
    "song": "Paramour",
    "track_id": "a64d40c8-8f21-4e4f-a656-76f57c29286a",
    "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": "FIBS is the sophomore release of Scottish musician/composer, Anna Meredith.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}