Information about plays

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

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

{
    "id": 1290691,
    "uri": "https://api.kexp.org/v2/plays/1290691/?format=api",
    "airdate": "2007-10-14T00:33:06-07:00",
    "show": 22582,
    "show_uri": "https://api.kexp.org/v2/shows/22582/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DDJ6HMY2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DDJ6HMY2L._SL75_.jpg",
    "song": "Hey Julie",
    "track_id": null,
    "recording_id": null,
    "artist": "Fountains of Wayne",
    "artist_ids": [
        "0f82d6b5-12fb-4569-b047-a00194f572a7"
    ],
    "album": "Welcome Interstate Managers",
    "release_id": "f4810353-6d20-4c08-aa9d-c2b5059ccc8c",
    "release_group_id": null,
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [
        "508797d9-e5c3-4376-be2e-30b3bb58eca7"
    ],
    "release_date": "2003-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}