Information about plays

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

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

{
    "id": 379646,
    "uri": "https://api.kexp.org/v2/plays/379646/?format=api",
    "airdate": "2019-09-11T18:26:00-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Mama",
    "track_id": "5607e422-8f41-343c-ac5e-71454e1b30ff",
    "recording_id": null,
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Tell Mama",
    "release_id": "e3eacc2d-fb76-4bad-ace6-7d66e14c43e4",
    "release_group_id": null,
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}