Information about plays

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

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

{
    "id": 431748,
    "uri": "https://api.kexp.org/v2/plays/431748/?format=api",
    "airdate": "2001-06-06T01:14:07-07:00",
    "show": 7263,
    "show_uri": "https://api.kexp.org/v2/shows/7263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shades of Orange",
    "track_id": "0aa6829a-b98f-4a3c-81c7-63f962499d7a",
    "recording_id": null,
    "artist": "Nobody With 2 Mex",
    "artist_ids": [
        "38419466-688c-4ea1-98e5-712ba24c7143"
    ],
    "album": "No Categories 4: A Ubiquity Compilation (disc 2)",
    "release_id": "c0af171d-9866-4dd5-a88f-95db932f4ab4",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}