Information about plays

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

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

{
    "id": 1278419,
    "uri": "https://api.kexp.org/v2/plays/1278419/?format=api",
    "airdate": "2007-09-12T19:18:09-07:00",
    "show": 22374,
    "show_uri": "https://api.kexp.org/v2/shows/22374/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511DB893C9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511DB893C9L._SL75_.jpg",
    "song": "Human Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "The Be Good Tanyas",
    "artist_ids": [
        "bf52f343-a752-4633-8521-9e99eaad8f9f"
    ],
    "album": "Hello Love",
    "release_id": "6140ec7e-0761-450d-bd35-5c6c45a8f729",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2006-10-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}