Information about plays

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

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

{
    "id": 443333,
    "uri": "https://api.kexp.org/v2/plays/443333/?format=api",
    "airdate": "2001-07-09T21:10:35-07:00",
    "show": 7485,
    "show_uri": "https://api.kexp.org/v2/shows/7485/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AVMXZNWXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AVMXZNWXL._SL75_.jpg",
    "song": "Drum Fanfare/Fable",
    "track_id": "6ddad7ee-eb3f-4229-b21b-e4c43fd76308",
    "recording_id": null,
    "artist": "Peter Erskine",
    "artist_ids": [
        "3086927c-e46f-4200-9c57-fb615ac8da2c"
    ],
    "album": "History of the Drum",
    "release_id": "b18331d3-ec1e-488d-b7a0-fc2a3abf9415",
    "release_group_id": null,
    "labels": [
        "InterWorld"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}