Information about plays

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

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

{
    "id": 1203563,
    "uri": "https://api.kexp.org/v2/plays/1203563/?format=api",
    "airdate": "2007-03-05T06:06:13-08:00",
    "show": 21104,
    "show_uri": "https://api.kexp.org/v2/shows/21104/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51umw0EMsrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51umw0EMsrL._SL75_.jpg",
    "song": "Just For The Kick (Featuring Annette Peacock)",
    "track_id": null,
    "recording_id": null,
    "artist": "Coldcut",
    "artist_ids": [
        "cedd2cc6-c77f-4104-b333-0547b29e0b71"
    ],
    "album": "Sound Mirrors",
    "release_id": "3b6bf2f3-b05d-4066-bd8d-7ddb9a57dd11",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}