Information about plays

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

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

{
    "id": 446690,
    "uri": "https://api.kexp.org/v2/plays/446690/?format=api",
    "airdate": "2001-07-19T14:41:03-07:00",
    "show": 7545,
    "show_uri": "https://api.kexp.org/v2/shows/7545/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Clap 2000",
    "track_id": null,
    "recording_id": null,
    "artist": "Recloose",
    "artist_ids": [
        "51d2e0dc-6e8b-4833-a05c-c505a3161051"
    ],
    "album": "Spelunking EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Planet E"
    ],
    "label_ids": [
        "a0fb31fd-1faa-42fd-9bbe-7da22b83a42e"
    ],
    "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"
}