Information about plays

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

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

{
    "id": 467536,
    "uri": "https://api.kexp.org/v2/plays/467536/?format=api",
    "airdate": "2001-09-18T19:25:42-07:00",
    "show": 7954,
    "show_uri": "https://api.kexp.org/v2/shows/7954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q3RFCJERL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q3RFCJERL._SL75_.jpg",
    "song": "Fønix (Phoenix)",
    "track_id": "46648e4c-83bb-4327-aa3e-850e6286198e",
    "recording_id": null,
    "artist": "Annbjørg Lien",
    "artist_ids": [
        "bcc5e97a-dc90-482b-ba52-ede1554fc7f8"
    ],
    "album": "Wizard Women of the North",
    "release_id": "38471c37-8d23-419e-827e-ebcadcde609d",
    "release_group_id": null,
    "labels": [
        "NorthSide"
    ],
    "label_ids": [
        "73cedddb-51db-4820-a1e3-b5b030b486b5"
    ],
    "release_date": "1999-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}