Information about plays

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

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

{
    "id": 1265649,
    "uri": "https://api.kexp.org/v2/plays/1265649/?format=api",
    "airdate": "2007-08-11T11:03:00-07:00",
    "show": 22159,
    "show_uri": "https://api.kexp.org/v2/shows/22159/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For Once in My Life",
    "track_id": "6c2be10c-c41b-4819-9e30-139ddb77bd36",
    "recording_id": null,
    "artist": "Prince Lincoln & The Royal Rasses",
    "artist_ids": [
        "405a2a87-924d-45d7-afae-39bd0ea87da7"
    ],
    "album": "True Experience (disc 1)",
    "release_id": "52816cb5-57a2-4e22-ac23-fd859d94780d",
    "release_group_id": null,
    "labels": [
        "Orange Street"
    ],
    "label_ids": [
        "a17f5647-fc83-4ddc-9748-64aae81a5fc0"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}