Information about plays

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

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

{
    "id": 1290579,
    "uri": "https://api.kexp.org/v2/plays/1290579/?format=api",
    "airdate": "2007-10-13T19:34:00-07:00",
    "show": 22580,
    "show_uri": "https://api.kexp.org/v2/shows/22580/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heatherwood",
    "track_id": "ed030e52-ce7b-4922-bb3a-2bff568f499d",
    "recording_id": null,
    "artist": "Karl Blau",
    "artist_ids": [
        "688d2d9d-8f49-4187-b558-2c961c699ab1"
    ],
    "album": "Dance Positive",
    "release_id": "c9664743-c734-4431-9cf4-e19b2a1ec7bf",
    "release_group_id": null,
    "labels": [
        "Marriage Records"
    ],
    "label_ids": [
        "c285acb5-b697-4682-85f6-52689415d8e3"
    ],
    "release_date": "2007-08-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}