Information about plays

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

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

{
    "id": 456025,
    "uri": "https://api.kexp.org/v2/plays/456025/?format=api",
    "airdate": "2001-08-15T17:56:28-07:00",
    "show": 7720,
    "show_uri": "https://api.kexp.org/v2/shows/7720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh, What a Feeling",
    "track_id": "82b993b3-e13f-4285-ad0b-1ca082fb64d4",
    "recording_id": null,
    "artist": "White Hassle",
    "artist_ids": [
        "789b6f63-9c84-4059-9c92-5da00ed4df56"
    ],
    "album": "National Chain",
    "release_id": "00b4b238-c735-452a-b845-fcf2cf262cc0",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}