Information about plays

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

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

{
    "id": 448069,
    "uri": "https://api.kexp.org/v2/plays/448069/?format=api",
    "airdate": "2001-07-23T20:00:00-07:00",
    "show": 7575,
    "show_uri": "https://api.kexp.org/v2/shows/7575/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/315SSF9BCML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/315SSF9BCML._SL75_.jpg",
    "song": "Adjoa",
    "track_id": "e0f996ff-4274-4a61-9efb-1e9740588adb",
    "recording_id": null,
    "artist": "Super Sweet Talks",
    "artist_ids": [
        "52ed3b69-6106-4fba-a988-f7e025c49624"
    ],
    "album": "The Lords Prayer",
    "release_id": "2c6dd77e-11ee-4409-8e23-1af7cc2c8c43",
    "release_group_id": null,
    "labels": [
        "Stern's Africa"
    ],
    "label_ids": [
        "274b52f1-90c3-446d-89ca-da28f76fb47d"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}