Information about plays

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

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

{
    "id": 379461,
    "uri": "https://api.kexp.org/v2/plays/379461/?format=api",
    "airdate": "2019-09-11T07:35:55-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey, Where's Your Girl?",
    "track_id": "f65b7462-86f9-3a9c-ab0f-b16e310d0d40",
    "recording_id": null,
    "artist": "East River Pipe",
    "artist_ids": [
        "0e56780b-b99c-4078-a098-bba329db985d"
    ],
    "album": "Poor Fricky",
    "release_id": "47981416-e3f3-4249-a4fe-c8988c191e2d",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "F.M. Cornog is an American songwriter, singer, self-taught musician, and home-recordist who records under the name East River Pipe. - https://eastriverpipe.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}