Information about plays

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

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

{
    "id": 1307967,
    "uri": "https://api.kexp.org/v2/plays/1307967/?format=api",
    "airdate": "2007-11-28T21:56:00-08:00",
    "show": 22879,
    "show_uri": "https://api.kexp.org/v2/shows/22879/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y%2BUmZxk8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y%2BUmZxk8L._SL75_.jpg",
    "song": "Sleep in My Arms",
    "track_id": "deb03734-436d-48c0-9b50-12c2b33b1265",
    "recording_id": null,
    "artist": "Sally Shapiro",
    "artist_ids": [
        "076b616f-399d-41d6-881e-fcb47505912b"
    ],
    "album": "Disco Romance",
    "release_id": "145979a9-8287-4687-b11b-08336e8fe105",
    "release_group_id": null,
    "labels": [
        "Paper Garden"
    ],
    "label_ids": [
        "935245a0-2e9f-42a3-9893-4fd98e0baf45"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}