Information about plays

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

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

{
    "id": 421867,
    "uri": "https://api.kexp.org/v2/plays/421867/?format=api",
    "airdate": "2001-05-07T00:38:10-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Above and Beyond",
    "track_id": null,
    "recording_id": null,
    "artist": "Buck Owens",
    "artist_ids": [
        "13cb0fb4-7f7f-4116-a282-905c675c39ef"
    ],
    "album": "Country Ballads By One of America's Top Singers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "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"
}