Information about plays

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

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

{
    "id": 343879,
    "uri": "https://api.kexp.org/v2/plays/343879/?format=api",
    "airdate": "2019-06-20T09:53:00-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Lips Are Sealed (single version)",
    "track_id": "6d4bad49-ace7-41d9-8a48-5b2a26ee081a",
    "recording_id": null,
    "artist": "Fun Boy Three",
    "artist_ids": [
        "aa2ff391-2dcc-4478-915e-3e716e13bfc2"
    ],
    "album": "Our Lips Are Sealed",
    "release_id": "56e24849-c3e3-41ac-8586-187933b11a4f",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A song co-written by Go-Go's guitarist Jane Wiedlin and Terry Hall of Fun Boy Three. Fun Boy Three released this version after the Go-Go's in 1983",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}