Information about plays

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

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

{
    "id": 1292221,
    "uri": "https://api.kexp.org/v2/plays/1292221/?format=api",
    "airdate": "2007-10-18T03:12:55-07:00",
    "show": 22609,
    "show_uri": "https://api.kexp.org/v2/shows/22609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fQFpBZY9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fQFpBZY9L._SL75_.jpg",
    "song": "Catch Me Jumping",
    "track_id": "cf374036-3ca8-482a-bee6-70cbb9ea3f0a",
    "recording_id": null,
    "artist": "The Dimes",
    "artist_ids": [
        "909d5dfc-7d01-4664-a8cf-6a8f18837bd5"
    ],
    "album": "The Silent Generation",
    "release_id": "85c7fb00-c73a-49b8-a3fc-63eee9a466e9",
    "release_group_id": null,
    "labels": [
        "Pet Marmoset"
    ],
    "label_ids": [
        "115d3844-f9d5-4f1a-a4e9-9dc82792d018"
    ],
    "release_date": "2007-12-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}