Information about plays

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

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

{
    "id": 1307791,
    "uri": "https://api.kexp.org/v2/plays/1307791/?format=api",
    "airdate": "2007-11-28T11:55:41-08:00",
    "show": 22876,
    "show_uri": "https://api.kexp.org/v2/shows/22876/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H0JPYP22L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H0JPYP22L._SL75_.jpg",
    "song": "Pourquoi conquérir le monde?",
    "track_id": "a2f12964-170a-49de-87c5-6fbfc5f1dfe6",
    "recording_id": null,
    "artist": "Le Nombre",
    "artist_ids": [
        "c57e904a-3e89-4e0c-b34b-ca5f5ca53ef7"
    ],
    "album": "Le Nombre",
    "release_id": "3c914a3b-f9c9-4ae1-8cc0-f39b12d73424",
    "release_group_id": null,
    "labels": [
        "Blow the Fuse"
    ],
    "label_ids": [
        "d942e6a3-ef65-4666-9825-66c28b772496"
    ],
    "release_date": "2002-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}