Information about plays

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

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

{
    "id": 1354838,
    "uri": "https://api.kexp.org/v2/plays/1354838/?format=api",
    "airdate": "2008-03-27T06:35:30-07:00",
    "show": 23663,
    "show_uri": "https://api.kexp.org/v2/shows/23663/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QvN-8QCgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QvN-8QCgL._SL75_.jpg",
    "song": "It Will All Make Sense in the Morning",
    "track_id": "141ce731-9f6e-4d61-923a-c2d9e72ba22b",
    "recording_id": null,
    "artist": "Halou",
    "artist_ids": [
        "ead4fa2d-2ecc-47f6-8ad0-01d26683e7db"
    ],
    "album": "Sawtooth EP",
    "release_id": "ab5301c5-4ab9-4c71-81fc-96cc3faf9de4",
    "release_group_id": null,
    "labels": [
        "Vertebrae Music Productions"
    ],
    "label_ids": [
        "260c975b-646c-4149-81a9-576292c0d767"
    ],
    "release_date": "2008-02-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}