Information about plays

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

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

{
    "id": 2682287,
    "uri": "https://api.kexp.org/v2/plays/2682287/?format=api",
    "airdate": "2020-01-05T02:15:34-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/6418703e-ebfd-409b-a7b2-c2a7c12c41d7/24701732413-250.jpg",
    "thumbnail_uri": "",
    "song": "In Your Own Time",
    "track_id": "6ad8b63c-b6bc-4395-b640-a0df6d68227d",
    "recording_id": null,
    "artist": "Okzharp and Manthe Ribane",
    "artist_ids": [
        "e63e5202-1f69-413f-9d3c-d4c5bcca76e8"
    ],
    "album": "HyperSwim",
    "release_id": "6418703e-ebfd-409b-a7b2-c2a7c12c41d7",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2019-11-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of South Africa, OkZharp and Manthe Ribane are featured on the new compilation by U.K. label Hyperdub, celebrating their 15 year anniversary.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}