Information about plays

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

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

{
    "id": 454237,
    "uri": "https://api.kexp.org/v2/plays/454237/?format=api",
    "airdate": "2001-08-10T14:25:15-07:00",
    "show": 7686,
    "show_uri": "https://api.kexp.org/v2/shows/7686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j%2Bmx3qzKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j%2Bmx3qzKL._SL75_.jpg",
    "song": "I Was Made to Love Her",
    "track_id": "605a6fc0-fe20-45aa-88b4-bf5beb47342a",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "BBC Sessions (disc 2)",
    "release_id": "d48e0659-7d11-435b-be91-1b1fac8801d8",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}