Information about plays

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

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

{
    "id": 530858,
    "uri": "https://api.kexp.org/v2/plays/530858/?format=api",
    "airdate": "2002-03-25T03:29:01-08:00",
    "show": 9192,
    "show_uri": "https://api.kexp.org/v2/shows/9192/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama Talk to Your Daughter",
    "track_id": "cb889d81-428a-45ba-8cc6-1e2ee9016c93",
    "recording_id": null,
    "artist": "Robert Nighthawk",
    "artist_ids": [
        "b4060871-2602-48b7-b2d4-855f68b0af3c"
    ],
    "album": "Live on Maxwell Street 1964",
    "release_id": "7cb03d62-37fc-439b-af35-cb106ba7a31e",
    "release_group_id": null,
    "labels": [
        "Bullseye Blues"
    ],
    "label_ids": [
        "3d265791-0123-4811-a223-751edb2759a6"
    ],
    "release_date": "2000-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}