Information about plays

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

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

{
    "id": 1290612,
    "uri": "https://api.kexp.org/v2/plays/1290612/?format=api",
    "airdate": "2007-10-13T21:17:43-07:00",
    "show": 22581,
    "show_uri": "https://api.kexp.org/v2/shows/22581/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51q4AQ9vP2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51q4AQ9vP2L._SL75_.jpg",
    "song": "Devil Gate Drive",
    "track_id": "e8cc0149-3aae-4e04-ba0e-68ec48aa1852",
    "recording_id": null,
    "artist": "Suzi Quatro",
    "artist_ids": [
        "2c16cb3f-e85f-4158-889f-ffc038f5792d"
    ],
    "album": "Quatro",
    "release_id": "d8a640e0-f1d6-4e95-9f97-b23ec3c66fc4",
    "release_group_id": null,
    "labels": [
        "Beat Goes On Records"
    ],
    "label_ids": [
        "5760e9a2-ed9d-4a47-97bd-afa010066cc7"
    ],
    "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"
}