Information about plays

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

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

{
    "id": 1288492,
    "uri": "https://api.kexp.org/v2/plays/1288492/?format=api",
    "airdate": "2007-10-08T16:20:14-07:00",
    "show": 22548,
    "show_uri": "https://api.kexp.org/v2/shows/22548/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514yFwkEkXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514yFwkEkXL._SL75_.jpg",
    "song": "Sparta 2XX",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "The Real New Fall LP (Formerly Country on the Click)",
    "release_id": "974f09c0-88cd-4fcd-8a0e-742f67964542",
    "release_group_id": null,
    "labels": [
        "Narnack Records"
    ],
    "label_ids": [
        "7468130a-5a6d-4321-9c7f-9f2b3a393f03"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}