Information about plays

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

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

{
    "id": 349679,
    "uri": "https://api.kexp.org/v2/plays/349679/?format=api",
    "airdate": "2019-07-03T17:05:00-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If Six Was Nine",
    "track_id": "f4eff4d9-65bf-498c-8c05-b8567c15d62b",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love – BackTrack 11",
    "release_id": "d8fe1126-7e6e-442c-bb06-fd15211142c9",
    "release_group_id": null,
    "labels": [
        "Track Record"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Hendrix song has appeared in the soundtracks for Easy Rider (1969) and Point Break (1991).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}