Information about plays

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

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

{
    "id": 475415,
    "uri": "https://api.kexp.org/v2/plays/475415/?format=api",
    "airdate": "2001-10-11T22:08:34-07:00",
    "show": 8102,
    "show_uri": "https://api.kexp.org/v2/shows/8102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shiver (Jo Whiley Lunchtime Social)",
    "track_id": "7bcd930f-27cd-4785-b5b1-72218c4eddf7",
    "recording_id": null,
    "artist": "Coldplay",
    "artist_ids": [
        "cc197bad-dc9c-440d-a5b5-d52ba2e14234"
    ],
    "album": "B-Sides (disc 1)",
    "release_id": "5fb63a62-6fe0-4294-8a6c-7c343dbc2140",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}