Information about plays

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

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

{
    "id": 1353184,
    "uri": "https://api.kexp.org/v2/plays/1353184/?format=api",
    "airdate": "2008-03-23T02:23:25-07:00",
    "show": 23636,
    "show_uri": "https://api.kexp.org/v2/shows/23636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51u8UWtfIxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51u8UWtfIxL._SL75_.jpg",
    "song": "Levitation",
    "track_id": "92f6ca83-f0d3-42d8-b821-450b814551bc",
    "recording_id": null,
    "artist": "The Monkeywrench",
    "artist_ids": [
        "e8d203c9-4882-4cdc-ab10-e41e556828b2"
    ],
    "album": "Gabriel's Horn",
    "release_id": "26f6c346-e48b-424e-9ffc-be01c98284e1",
    "release_group_id": null,
    "labels": [
        "Birdman Records"
    ],
    "label_ids": [
        "92e4764c-8819-4164-aacf-176e1cd6e9e8"
    ],
    "release_date": "2008-02-26",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}