Information about plays

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

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

{
    "id": 1336206,
    "uri": "https://api.kexp.org/v2/plays/1336206/?format=api",
    "airdate": "2008-02-08T12:21:21-08:00",
    "show": 23350,
    "show_uri": "https://api.kexp.org/v2/shows/23350/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HN5B433ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HN5B433ML._SL75_.jpg",
    "song": "Just Couldn't Tie Me Down",
    "track_id": "c0443a4c-227c-4e5c-8aa7-6ec8ecd02f40",
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Rubber Factory",
    "release_id": "d8318a0e-474a-4ab3-9303-cde152591b83",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2004-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}