Information about plays

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

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

{
    "id": 438459,
    "uri": "https://api.kexp.org/v2/plays/438459/?format=api",
    "airdate": "2001-06-25T17:52:30-07:00",
    "show": 7388,
    "show_uri": "https://api.kexp.org/v2/shows/7388/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/316YKJREJSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/316YKJREJSL._SL75_.jpg",
    "song": "Luanda Citade Luanda",
    "track_id": "45d3e598-6dac-433b-b764-ee9d0ccb5058",
    "recording_id": null,
    "artist": "Dimba Dya Ngola",
    "artist_ids": [
        "75dfc66c-3107-4293-a2f8-ef900ebcec80"
    ],
    "album": "1975-1995 Independencia!",
    "release_id": "c82523b9-1120-42d9-ac18-48f986b109fc",
    "release_group_id": null,
    "labels": [
        "Lusafrica"
    ],
    "label_ids": [
        "b126b1c1-7f87-49ff-aabb-93b272b54320"
    ],
    "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"
}