Information about plays

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

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

{
    "id": 348774,
    "uri": "https://api.kexp.org/v2/plays/348774/?format=api",
    "airdate": "2019-07-01T21:08:00-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakin' My Heart (Pretty Brown Eyes) (album edit)",
    "track_id": "63bb150b-f09b-4ce2-b1da-239eb16fc591",
    "recording_id": null,
    "artist": "Mint Condition",
    "artist_ids": [
        "a81f7041-7cd7-4080-ba88-9ce5fe50dc19"
    ],
    "album": "Breakin' My Heart (Pretty Brown Eyes)",
    "release_id": "b27d247b-a851-4c56-a15e-f39637d74df9",
    "release_group_id": null,
    "labels": [
        "Perspective Records"
    ],
    "label_ids": [
        "5556cc40-687f-4849-8c27-3c2acea605d5"
    ],
    "release_date": "1991-11-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}