Information about plays

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

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

{
    "id": 529803,
    "uri": "https://api.kexp.org/v2/plays/529803/?format=api",
    "airdate": "2002-03-21T23:29:53-08:00",
    "show": 9168,
    "show_uri": "https://api.kexp.org/v2/shows/9168/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nnrZq0ckL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nnrZq0ckL._SL75_.jpg",
    "song": "A Correspondence in Film",
    "track_id": "00e881d5-1ffd-4cc0-9799-ccef9fb8349f",
    "recording_id": null,
    "artist": "Aarktica",
    "artist_ids": [
        "67e73830-4d24-4631-928b-47d32e9eac6b"
    ],
    "album": "Bliss Out, Volume 18: ...Or You Could Just Go Through Your Whole Life and Be Happy Anyway",
    "release_id": "38a01bc1-3d8c-4817-a10d-0a276190cc58",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2002-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}