Information about plays

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

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

{
    "id": 1278925,
    "uri": "https://api.kexp.org/v2/plays/1278925/?format=api",
    "airdate": "2007-09-14T01:01:07-07:00",
    "show": 22382,
    "show_uri": "https://api.kexp.org/v2/shows/22382/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QOJhLDeuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QOJhLDeuL._SL75_.jpg",
    "song": "Detchibe",
    "track_id": "bba603a1-f063-4e02-9559-37ae2393b1f5",
    "recording_id": null,
    "artist": "Prefuse 73",
    "artist_ids": [
        "fc61dd75-880b-44ba-9ba9-c7b643d33413"
    ],
    "album": "One Word Extinguisher",
    "release_id": "3e859617-bdd3-4274-b305-431dbe031b54",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2003-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}