Information about plays

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

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

{
    "id": 434106,
    "uri": "https://api.kexp.org/v2/plays/434106/?format=api",
    "airdate": "2001-06-13T02:56:28-07:00",
    "show": 7306,
    "show_uri": "https://api.kexp.org/v2/shows/7306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61kkodBYuaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61kkodBYuaL._SL75_.jpg",
    "song": "The Last Dictator",
    "track_id": "e13c7088-2207-42b0-9a30-30d672f072c7",
    "recording_id": null,
    "artist": "Spacehog",
    "artist_ids": [
        "e9022873-c482-46a0-bb78-33c15fc65b3b"
    ],
    "album": "Resident Alien",
    "release_id": "a2a73990-d8ee-4b9e-a679-321f53a72ecb",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1995-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}