Information about plays

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

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

{
    "id": 1305122,
    "uri": "https://api.kexp.org/v2/plays/1305122/?format=api",
    "airdate": "2007-11-21T18:19:32-08:00",
    "show": 22832,
    "show_uri": "https://api.kexp.org/v2/shows/22832/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aU21wceiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aU21wceiL._SL75_.jpg",
    "song": "Where Did You Sleep Last Night? (solo acoustic, 1989)",
    "track_id": "3527fbf5-2fc6-49e5-a6e0-1c39193a8608",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "With the Lights Out (disc 2)",
    "release_id": "ce579e4f-b0bc-4fe6-b4af-27c37e650e23",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}