Information about plays

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

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

{
    "id": 375811,
    "uri": "https://api.kexp.org/v2/plays/375811/?format=api",
    "airdate": "2019-09-03T01:40:09-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/6438f90c-f289-48ff-946b-ebcc10800b0c/22126390116-250.jpg",
    "thumbnail_uri": "",
    "song": "Fever Dreams",
    "track_id": "99dc8556-9fcb-4f81-a439-c87f7e4792f7",
    "recording_id": null,
    "artist": "Emma Ruth Rundle",
    "artist_ids": [
        "7ba593b9-79d4-4860-92c8-ade2a1ef4551"
    ],
    "album": "On Dark Horses",
    "release_id": "6438f90c-f289-48ff-946b-ebcc10800b0c",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}