Information about plays

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

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

{
    "id": 496440,
    "uri": "https://api.kexp.org/v2/plays/496440/?format=api",
    "airdate": "2001-12-13T15:51:00-08:00",
    "show": 8515,
    "show_uri": "https://api.kexp.org/v2/shows/8515/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31EKHMJVPGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31EKHMJVPGL._SL75_.jpg",
    "song": "Badly Drawn Boy - Celebrate.",
    "track_id": null,
    "recording_id": null,
    "artist": "(Various Artists) ",
    "artist_ids": [
        "89ad4ac3-39f7-470e-963a-56509c546377"
    ],
    "album": "Everything You Always Wanted to Know About Twisted Nerve (But Were Afraid to Ask)",
    "release_id": "d66759fd-c015-4eb3-9386-327193c9aabf",
    "release_group_id": null,
    "labels": [
        "Twisted Nerve"
    ],
    "label_ids": [
        "b4445d96-74d1-4644-8bc4-aa077258d3df"
    ],
    "release_date": "2001-01-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}