Information about plays

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

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

{
    "id": 532885,
    "uri": "https://api.kexp.org/v2/plays/532885/?format=api",
    "airdate": "2002-03-30T11:48:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BImcUOCCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BImcUOCCL._SL75_.jpg",
    "song": "Babylon Too Rough",
    "track_id": "cd6969d3-fbc7-486e-a02d-50f8680e6a5a",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "100 Hits: Reggae (disc 5)",
    "release_id": "26d4990f-b4f5-4703-b168-6b5f423c1376",
    "release_group_id": null,
    "labels": [
        "Rocky One"
    ],
    "label_ids": [
        "c5d25cdf-be60-440c-8836-4eb96ffae0c3"
    ],
    "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"
}