Information about plays

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

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

{
    "id": 1310896,
    "uri": "https://api.kexp.org/v2/plays/1310896/?format=api",
    "airdate": "2007-12-06T08:58:25-08:00",
    "show": 22928,
    "show_uri": "https://api.kexp.org/v2/shows/22928/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Way On",
    "track_id": "44f67a83-4af2-445b-aef0-ffa07d3155f4",
    "recording_id": null,
    "artist": "The Owls",
    "artist_ids": [
        "5eae93c4-9557-4b49-997f-e9b7b972bea0"
    ],
    "album": "Daughters and Suns",
    "release_id": "f1011f3d-8868-4bee-9a9a-c5f55ef01ba2",
    "release_group_id": null,
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}