Information about plays

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

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

{
    "id": 487738,
    "uri": "https://api.kexp.org/v2/plays/487738/?format=api",
    "airdate": "2001-11-17T22:15:00-08:00",
    "show": 8346,
    "show_uri": "https://api.kexp.org/v2/shows/8346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Trippin 99",
    "track_id": null,
    "recording_id": null,
    "artist": "Nostalgia",
    "artist_ids": [],
    "album": "12'' single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Under the Counter"
    ],
    "label_ids": [
        "21d2c5d9-a4ac-4afb-94e8-9ca2030b18c4"
    ],
    "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"
}