Information about plays

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

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

{
    "id": 1387571,
    "uri": "https://api.kexp.org/v2/plays/1387571/?format=api",
    "airdate": "2008-06-19T17:25:06-07:00",
    "show": 24221,
    "show_uri": "https://api.kexp.org/v2/shows/24221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EBC2h4veL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EBC2h4veL._SL75_.jpg",
    "song": "Number 1",
    "track_id": null,
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Supernature",
    "release_id": "2f0a8de1-1824-4ab2-9d8b-eaf05ca41538",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2005-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}