Information about plays

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

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

{
    "id": 1284494,
    "uri": "https://api.kexp.org/v2/plays/1284494/?format=api",
    "airdate": "2007-09-28T06:01:25-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31773C0MTBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31773C0MTBL._SL75_.jpg",
    "song": "Enjoy the Silence",
    "track_id": null,
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Violator",
    "release_id": "e42cf164-56d6-470d-95f1-b7ca8e7d888d",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}