Information about plays

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

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

{
    "id": 2680890,
    "uri": "https://api.kexp.org/v2/plays/2680890/?format=api",
    "airdate": "2020-01-01T16:48:32-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ant Life",
    "track_id": "dab3225c-db0a-4958-afb7-3ff27f972238",
    "recording_id": null,
    "artist": "Isobel Campbell",
    "artist_ids": [
        "d51f3a15-12a2-41a0-acfa-33b5eae71164"
    ],
    "album": "There Is No Other",
    "release_id": "868275e8-4c09-4f52-960f-72b736e94d40",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2020-01-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Isobel Campbell is a Scottish singer/songwriter, cellist and composer who rose to prominence in the Scottish indie pop band Belle and Sebastian before releasing 3 albums with Mark Lanegan (Mark Lanegan, ex Queens Of The Stone Age, Screaming Trees).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}