Information about plays

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

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

{
    "id": 434339,
    "uri": "https://api.kexp.org/v2/plays/434339/?format=api",
    "airdate": "2001-06-13T18:03:00-07:00",
    "show": 7310,
    "show_uri": "https://api.kexp.org/v2/shows/7310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C26K7SERL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C26K7SERL._SL75_.jpg",
    "song": "Bayou Drive",
    "track_id": "fe62e3e9-ffd0-4a46-b321-006c37101f0d",
    "recording_id": null,
    "artist": "Clifton Chenier",
    "artist_ids": [
        "db1a3066-1586-495d-a09c-1312cabab5be"
    ],
    "album": "Chess New Orleans (disc 2)",
    "release_id": "555cb0f2-5f36-45d5-9700-e7d57d44bad3",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1995-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}