Information about plays

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

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

{
    "id": 346659,
    "uri": "https://api.kexp.org/v2/plays/346659/?format=api",
    "airdate": "2019-06-26T19:27:00-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save Me",
    "track_id": "bf081f7e-f874-4504-b0cc-04e28ce2f254",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "I Never Loved a Man the Way I Love You",
    "release_id": "cdc9fda4-0936-4bce-93ee-262f6fe5481c",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}