Information about plays

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

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

{
    "id": 531102,
    "uri": "https://api.kexp.org/v2/plays/531102/?format=api",
    "airdate": "2002-03-25T20:50:00-08:00",
    "show": 9196,
    "show_uri": "https://api.kexp.org/v2/shows/9196/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y28rCH2-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y28rCH2-L._SL75_.jpg",
    "song": "Rwanamiza (The Winner)",
    "track_id": null,
    "recording_id": null,
    "artist": "Cécile Kayirebwa",
    "artist_ids": [
        "9f6b69f9-6d6c-4508-8099-5cf39b442168"
    ],
    "album": "Rwanda",
    "release_id": "aa3ec6de-754c-4193-993a-a5b850eecf5d",
    "release_group_id": null,
    "labels": [
        "Globestyle"
    ],
    "label_ids": [
        "a0665d71-fc88-4fdc-87d4-62eaebaa88d5"
    ],
    "release_date": "1994-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}