Information about plays

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

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

{
    "id": 1338594,
    "uri": "https://api.kexp.org/v2/plays/1338594/?format=api",
    "airdate": "2008-02-14T08:30:02-08:00",
    "show": 23389,
    "show_uri": "https://api.kexp.org/v2/shows/23389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X4VLr5dhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X4VLr5dhL._SL75_.jpg",
    "song": "My Heartbeat's Dying",
    "track_id": "df39f695-50c4-4da7-956c-335feb6ae795",
    "recording_id": null,
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Lust Lust Lust",
    "release_id": "0560cb19-3725-4e34-ae69-30fb48870fdf",
    "release_group_id": null,
    "labels": [
        "Vice Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}