Information about plays

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

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

{
    "id": 428568,
    "uri": "https://api.kexp.org/v2/plays/428568/?format=api",
    "airdate": "2001-05-27T10:00:00-07:00",
    "show": 7200,
    "show_uri": "https://api.kexp.org/v2/shows/7200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Ain't Happy Unless She's Sad",
    "track_id": "8ef41908-5318-4206-9003-034d515b54af",
    "recording_id": null,
    "artist": "Kenny Neal",
    "artist_ids": [
        "adf3d1c6-6a7d-446c-b191-28bac7a2ee4a"
    ],
    "album": "One Step Closer",
    "release_id": "4eb3f38c-0f8c-49d8-a18e-0acc4cfc3d07",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "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"
}