Information about plays

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

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

{
    "id": 1389817,
    "uri": "https://api.kexp.org/v2/plays/1389817/?format=api",
    "airdate": "2008-06-25T06:48:00-07:00",
    "show": 24258,
    "show_uri": "https://api.kexp.org/v2/shows/24258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Parts of Me",
    "track_id": "7bd5d3fc-3c86-4b6c-8472-db5a95d93139",
    "recording_id": null,
    "artist": "Love as Laughter",
    "artist_ids": [
        "8f5c6093-27ba-402d-b092-4157c93a4104"
    ],
    "album": "Holy E.P.",
    "release_id": "949e0989-b66e-49c6-9b49-73af8bab73a4",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}