Information about plays

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

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

{
    "id": 454508,
    "uri": "https://api.kexp.org/v2/plays/454508/?format=api",
    "airdate": "2001-08-11T10:21:36-07:00",
    "show": 7691,
    "show_uri": "https://api.kexp.org/v2/shows/7691/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Murderer",
    "track_id": "c641481c-fb1e-4163-a214-40afb09c1377",
    "recording_id": null,
    "artist": "Barrington Levy",
    "artist_ids": [
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "Mixwell Key Notes",
    "release_id": "ab00fc93-a05a-4002-8818-bbf5994b50e6",
    "release_group_id": null,
    "labels": [
        "Priority"
    ],
    "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"
}