Information about plays

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

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

{
    "id": 375944,
    "uri": "https://api.kexp.org/v2/plays/375944/?format=api",
    "airdate": "2019-09-03T09:20:07-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4bfdd53-f9ac-35d8-b30d-f750b4420af4/9552855097-250.jpg",
    "thumbnail_uri": "",
    "song": "(I Can’t Get No) Satisfaction",
    "track_id": "4e82e57c-5f22-37b0-ac41-579af42f7d8c",
    "recording_id": null,
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Q: Are We Not Men? A: We Are Devo!",
    "release_id": "d4bfdd53-f9ac-35d8-b30d-f750b4420af4",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the New Yorker story behind Devo's iconic 1978 cover of this Rolling Stones song: https://bit.ly/2wgHsR7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}