Information about plays

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

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

{
    "id": 380000,
    "uri": "https://api.kexp.org/v2/plays/380000/?format=api",
    "airdate": "2019-09-12T12:46:15-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Water Fountain",
    "track_id": "e698c313-0945-4617-9553-a6fb83aa6294",
    "recording_id": null,
    "artist": "tUnE-yArDs",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "Nikki Nack",
    "release_id": "ec54d38a-8d69-4331-8929-f9a69c79d1b8",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2014-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "tUnE yArDs performed live in the KEXP studio in January 2018. Watch Merrill Garbus create fabulous music here: https://www.youtube.com/watch?v=PAfKxGEMqkQ&t=244s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}