Information about plays

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

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

{
    "id": 381834,
    "uri": "https://api.kexp.org/v2/plays/381834/?format=api",
    "airdate": "2019-09-17T04:09:22-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "http://coverartarchive.org/release/64cbd9c8-7446-3e26-8db0-81653eadc8dd/1374896306-250.jpg",
    "thumbnail_uri": "",
    "song": "Spanish Bombs",
    "track_id": "f58e72c4-7888-3174-993e-580cd9bd1099",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "London Calling",
    "release_id": "64cbd9c8-7446-3e26-8db0-81653eadc8dd",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP's International Clash Day: https://www.kexp.org/internationalclashday/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}