Information about plays

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

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

{
    "id": 1279375,
    "uri": "https://api.kexp.org/v2/plays/1279375/?format=api",
    "airdate": "2007-09-15T02:23: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/51CKBFDVCBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CKBFDVCBL._SL75_.jpg",
    "song": "S.O.S. Radionation",
    "track_id": null,
    "recording_id": null,
    "artist": "Jeffie Genetic and His Clones",
    "artist_ids": [
        "998a1ea5-fbf4-45c3-800c-5d0e91c4e275"
    ],
    "album": "Need a Wave",
    "release_id": "8e3242e1-b300-4440-959b-a683dad3a701",
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2004-03-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}