Information about plays

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

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

{
    "id": 1292570,
    "uri": "https://api.kexp.org/v2/plays/1292570/?format=api",
    "airdate": "2007-10-19T01:16:35-07:00",
    "show": 22615,
    "show_uri": "https://api.kexp.org/v2/shows/22615/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AiXHMxtkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AiXHMxtkL._SL75_.jpg",
    "song": "Don't Think You're the First",
    "track_id": null,
    "recording_id": null,
    "artist": "The Coral",
    "artist_ids": [
        "3b1c66fb-98ad-417f-b01e-49baf37f06a3"
    ],
    "album": "Magic and Medicine",
    "release_id": "3e78962e-9e9d-409a-8341-913115029e0c",
    "release_group_id": null,
    "labels": [
        "Deltasonic"
    ],
    "label_ids": [
        "2c4a23c8-f1ca-47db-98dc-10b681f3fa6b"
    ],
    "release_date": "2003-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}