Information about plays

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

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

{
    "id": 443007,
    "uri": "https://api.kexp.org/v2/plays/443007/?format=api",
    "airdate": "2001-07-08T22:42:00-07:00",
    "show": 7479,
    "show_uri": "https://api.kexp.org/v2/shows/7479/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JR5z1yJCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JR5z1yJCL._SL75_.jpg",
    "song": "Revelation March",
    "track_id": "6f292218-1056-46f6-838d-b4ba73dbda67",
    "recording_id": null,
    "artist": "James Blood Ulmer",
    "artist_ids": [
        "a5209546-b1e8-449f-8b74-04ff88255f84"
    ],
    "album": "Are You Glad to Be in America?",
    "release_id": "3f9c6d9b-9577-4721-a01a-ced46b2a480f",
    "release_group_id": null,
    "labels": [
        "DIW"
    ],
    "label_ids": [
        "23a817d3-6051-48f8-8945-05cbe4f2ca2e"
    ],
    "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"
}