Information about plays

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

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

{
    "id": 454322,
    "uri": "https://api.kexp.org/v2/plays/454322/?format=api",
    "airdate": "2001-08-10T19:20:00-07:00",
    "show": 7687,
    "show_uri": "https://api.kexp.org/v2/shows/7687/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I chickened out",
    "track_id": null,
    "recording_id": null,
    "artist": "Kenny Loran",
    "artist_ids": [
        "d5e885fc-4606-41c0-9655-450ce9a750bd"
    ],
    "album": "A Capitol Rockabilly Party pt 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Disky"
    ],
    "label_ids": [
        "d2a857fe-a9ba-4273-a5d2-456598eeaf09"
    ],
    "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"
}