Information about plays

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

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

{
    "id": 2681671,
    "uri": "https://api.kexp.org/v2/plays/2681671/?format=api",
    "airdate": "2020-01-03T16:16:50-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind Your Own Business",
    "track_id": "fcfdec20-15b8-484b-a57b-16f51bda2a97",
    "recording_id": null,
    "artist": "Delta 5",
    "artist_ids": [],
    "album": "Singles & Sessions 1979-81",
    "release_id": "17361cbe-cd0f-4d40-953e-093ce18c057e",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}