Information about plays

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

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

{
    "id": 504351,
    "uri": "https://api.kexp.org/v2/plays/504351/?format=api",
    "airdate": "2002-01-06T20:00:00-08:00",
    "show": 8673,
    "show_uri": "https://api.kexp.org/v2/shows/8673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lyrical Fluctuation",
    "track_id": "1608b58d-08b8-4ccb-9a37-205c37cde296",
    "recording_id": null,
    "artist": "Jigmastas",
    "artist_ids": [
        "64ffb97d-8b1a-4e6a-aee7-5345510640a6"
    ],
    "album": "Best of Beyond Real (disc 2)",
    "release_id": "97389504-6691-4e75-b33d-5f196e4f3207",
    "release_group_id": null,
    "labels": [
        "Beyond Real"
    ],
    "label_ids": [],
    "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"
}