Information about plays

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

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

{
    "id": 479644,
    "uri": "https://api.kexp.org/v2/plays/479644/?format=api",
    "airdate": "2001-10-24T06:12:00-07:00",
    "show": 8185,
    "show_uri": "https://api.kexp.org/v2/shows/8185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wriding",
    "track_id": "c78fe66f-1150-4363-8913-26e3ce1e60df",
    "recording_id": null,
    "artist": "Bluetile Lounge",
    "artist_ids": [
        "70470501-24f7-45f5-abcd-aa5c09e3441d"
    ],
    "album": "Lowercase",
    "release_id": "d310ae2c-7e99-4ab7-9962-75318778299a",
    "release_group_id": null,
    "labels": [
        "Summershine"
    ],
    "label_ids": [
        "c5850c32-a906-4acc-9cba-18e6f5fd60d3"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}