Information about plays

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

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

{
    "id": 502164,
    "uri": "https://api.kexp.org/v2/plays/502164/?format=api",
    "airdate": "2001-12-31T04:44:00-08:00",
    "show": 8629,
    "show_uri": "https://api.kexp.org/v2/shows/8629/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21D6JNJNTRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21D6JNJNTRL._SL75_.jpg",
    "song": "The Birth of Robby",
    "track_id": "038a9348-0c9c-4900-a49b-95523b2a9c30",
    "recording_id": null,
    "artist": "Sven Väth",
    "artist_ids": [
        "14008378-5900-4370-831e-3d17f9749caf"
    ],
    "album": "The Harlequin - The Robot and the Ballet-Dancer",
    "release_id": "e23408ba-8547-40b1-96c2-5a6cd8bba5ec",
    "release_group_id": null,
    "labels": [
        "Eye Q Records"
    ],
    "label_ids": [
        "cf8942d4-44e8-4323-9d6e-bac40699476b"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}