Information about plays

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

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

{
    "id": 422317,
    "uri": "https://api.kexp.org/v2/plays/422317/?format=api",
    "airdate": "2001-05-08T07:31:45-07:00",
    "show": 7077,
    "show_uri": "https://api.kexp.org/v2/shows/7077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418qJdNekgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418qJdNekgL._SL75_.jpg",
    "song": "Still in Love",
    "track_id": "c1a5c90b-4070-4320-b70b-988bbb4109f0",
    "recording_id": null,
    "artist": "Fear of Pop",
    "artist_ids": [
        "b133c426-28cc-4568-87eb-cb77d7e3bb74"
    ],
    "album": "Volume 1",
    "release_id": "28b14920-6805-4e06-8e33-0cd959fba6b9",
    "release_group_id": null,
    "labels": [
        "550 Music"
    ],
    "label_ids": [
        "65f85c42-92a0-489c-a921-d804acba29b1"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}