Information about plays

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

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

{
    "id": 532536,
    "uri": "https://api.kexp.org/v2/plays/532536/?format=api",
    "airdate": "2002-03-29T12:18:06-08:00",
    "show": 9218,
    "show_uri": "https://api.kexp.org/v2/shows/9218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lTEc-6kpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lTEc-6kpL._SL75_.jpg",
    "song": "A Peak You Reach",
    "track_id": "8d450381-5ebb-41db-8cff-c9a6a851b83a",
    "recording_id": null,
    "artist": "Badly Drawn Boy",
    "artist_ids": [
        "0881daf1-20df-4a3e-a84f-6476a84bb172"
    ],
    "album": "About a Boy",
    "release_id": "2c3594a7-3e56-4825-a01f-e516aeca51f2",
    "release_group_id": null,
    "labels": [
        "ARTISTdirect"
    ],
    "label_ids": [
        "81c3f4cc-a9d1-46bc-be7c-84063a4ffa45"
    ],
    "release_date": "2002-04-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}