Information about plays

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

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

{
    "id": 449855,
    "uri": "https://api.kexp.org/v2/plays/449855/?format=api",
    "airdate": "2001-07-28T18:48:00-07:00",
    "show": 7604,
    "show_uri": "https://api.kexp.org/v2/shows/7604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Duckie",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hit Parade",
    "artist_ids": [
        "97205704-b75d-4287-b1d4-ce4ead1367c1"
    ],
    "album": "The Sound of the Hit Parade",
    "release_id": "42b86017-6066-429c-b213-8f3b83ba33dc",
    "release_group_id": null,
    "labels": [
        "Excursion"
    ],
    "label_ids": [],
    "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"
}