Information about plays

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

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

{
    "id": 374128,
    "uri": "https://api.kexp.org/v2/plays/374128/?format=api",
    "airdate": "2019-08-29T18:34:00-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "$1000 Wedding",
    "track_id": "916a68c0-e4ba-3a96-94f9-75b7d844f6e8",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Songbird",
    "release_id": "2cf46be8-bd27-4bc8-964f-ba7a6992c67f",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2006-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring the late Neal Casal     www.rollingstone.com/music/music-news/neal-casal-guitarist-obit-dead-877036",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}