Information about plays

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

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

{
    "id": 414456,
    "uri": "https://api.kexp.org/v2/plays/414456/?format=api",
    "airdate": "2001-03-04T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516-92kSo5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516-92kSo5L._SL75_.jpg",
    "song": "Up to Pizmo",
    "track_id": "63c79658-66ae-4941-9846-9ce78cfaf5cc",
    "recording_id": null,
    "artist": "Labradford",
    "artist_ids": [
        "7cf7ef41-9637-4bf2-ae99-d8d6611ccdc6"
    ],
    "album": "fixed::context",
    "release_id": "752b63df-9346-463e-ae7e-d72d4386be12",
    "release_group_id": null,
    "labels": [
        "Blast First"
    ],
    "label_ids": [
        "e85341e2-b6ff-4832-9e87-4115fe8eac82"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}