Information about plays

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

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

{
    "id": 1364081,
    "uri": "https://api.kexp.org/v2/plays/1364081/?format=api",
    "airdate": "2008-04-19T11:39:00-07:00",
    "show": 23816,
    "show_uri": "https://api.kexp.org/v2/shows/23816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "African 1983 Dub",
    "track_id": "98373d61-866b-4654-b988-e4dbb2ab20c0",
    "recording_id": null,
    "artist": "Mad Professor",
    "artist_ids": [
        "ea3b97e8-8a76-4ea7-8e6f-3ebf40acaeb8"
    ],
    "album": "Dub Me Crazy, Part 2: Beyond The Realm Of Dub",
    "release_id": "e35b7392-5e01-4b92-9bef-3c244a0610f4",
    "release_group_id": null,
    "labels": [
        "Ariwa Sounds"
    ],
    "label_ids": [
        "a540cfc0-1214-44ab-a6b6-de4a5c8aa4c6"
    ],
    "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"
}