Information about plays

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

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

{
    "id": 1277286,
    "uri": "https://api.kexp.org/v2/plays/1277286/?format=api",
    "airdate": "2007-09-09T22:25:00-07:00",
    "show": 22356,
    "show_uri": "https://api.kexp.org/v2/shows/22356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghost",
    "track_id": "8e15480e-c230-4389-ae4d-1aa6479aafd9",
    "recording_id": null,
    "artist": "Minilogue",
    "artist_ids": [
        "56a70482-5528-4bef-8da2-a33cf098ce9b"
    ],
    "album": "Ghost EP",
    "release_id": "16f3b21c-8b1b-46f9-b042-205b3b13994b",
    "release_group_id": null,
    "labels": [
        "Mule Electronic"
    ],
    "label_ids": [
        "60451121-8f60-4788-bdd9-3d0b0078d98b"
    ],
    "release_date": "2007-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}