Information about plays

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

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

{
    "id": 1275046,
    "uri": "https://api.kexp.org/v2/plays/1275046/?format=api",
    "airdate": "2007-09-04T04:41:46-07:00",
    "show": 22318,
    "show_uri": "https://api.kexp.org/v2/shows/22318/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QPA3WW24L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QPA3WW24L._SL75_.jpg",
    "song": "El Capitan",
    "track_id": "d8d4601d-2351-410c-bdc3-c7d8de4d4a9a",
    "recording_id": null,
    "artist": "Idlewild",
    "artist_ids": [
        "64d62f45-e001-40a1-a055-c3545fcc14de"
    ],
    "album": "Warnings / Promises",
    "release_id": "0b81ba51-919d-4725-b4a5-3ae6eb34dde8",
    "release_group_id": null,
    "labels": [
        "EMI International"
    ],
    "label_ids": [
        "65603596-aed9-478f-90c5-16c727494206"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}