Information about plays

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

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

{
    "id": 377908,
    "uri": "https://api.kexp.org/v2/plays/377908/?format=api",
    "airdate": "2019-09-07T10:42:00-07:00",
    "show": 6288,
    "show_uri": "https://api.kexp.org/v2/shows/6288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rasta Business",
    "track_id": "06703d07-dedc-4ff4-8e75-b747a199eee5",
    "recording_id": null,
    "artist": "Mighty Threes",
    "artist_ids": [
        "059248e5-6fb5-4e41-9751-8fdbe2471bdd"
    ],
    "album": "Africa Shall Stretch Forth Her Hands",
    "release_id": "62d12d49-0055-4209-9eac-d4c4678523ae",
    "release_group_id": null,
    "labels": [
        "April Records"
    ],
    "label_ids": [
        "86b37bc0-5d0d-4c08-963d-fb5dcb13c7a6"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}