Information about plays

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

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

{
    "id": 415108,
    "uri": "https://api.kexp.org/v2/plays/415108/?format=api",
    "airdate": "2001-04-14T19:00:00-07:00",
    "show": 6923,
    "show_uri": "https://api.kexp.org/v2/shows/6923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spacecat",
    "track_id": "27fbfab3-cbb7-4cfb-911e-2bdad4eca5f3",
    "recording_id": null,
    "artist": "Toothpaste 2000",
    "artist_ids": [
        "86bbca86-6702-4480-b1f2-928b5bf3b2db"
    ],
    "album": "Va Va Voom!",
    "release_id": "8e3af2c7-8b45-4915-9b1d-7b032fac1ec9",
    "release_group_id": null,
    "labels": [
        "Parasol"
    ],
    "label_ids": [
        "e324c6e1-83e3-4d1a-a773-1b8d6edcf1f8"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}