Information about plays

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

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

{
    "id": 488050,
    "uri": "https://api.kexp.org/v2/plays/488050/?format=api",
    "airdate": "2001-11-19T02:18:45-08:00",
    "show": 8355,
    "show_uri": "https://api.kexp.org/v2/shows/8355/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Die Die Die",
    "track_id": "61309757-a8bf-4033-beea-7679dd59bdd9",
    "recording_id": null,
    "artist": "The Spits",
    "artist_ids": [
        "f1ee5588-3b80-45a7-b33b-3337af8cdf6e"
    ],
    "album": "The Spits",
    "release_id": "4dbe4d10-3790-4baa-aaa5-5e04d409dae2",
    "release_group_id": null,
    "labels": [
        "Nickel & Dime Records"
    ],
    "label_ids": [
        "8df214c1-bb6c-4406-ad83-c6cd0c8e35fa"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}