Information about plays

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

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

{
    "id": 1279378,
    "uri": "https://api.kexp.org/v2/plays/1279378/?format=api",
    "airdate": "2007-09-15T02:30:00-07:00",
    "show": 22388,
    "show_uri": "https://api.kexp.org/v2/shows/22388/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S4BMBDkQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S4BMBDkQL._SL75_.jpg",
    "song": "You Are the Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Jens Lekman",
    "artist_ids": [
        "41aa2734-ec86-4197-a074-d44886e7da8d"
    ],
    "album": "You Are the Light",
    "release_id": "b97e09ee-ce50-4592-9be3-e1a6651a16d2",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2004-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}