Information about plays

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

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

{
    "id": 1308812,
    "uri": "https://api.kexp.org/v2/plays/1308812/?format=api",
    "airdate": "2007-11-30T22:43:43-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL._SL75_.jpg",
    "song": "Danger Global Warming (Trentemøller remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Trentemøller",
    "artist_ids": [
        "95e9aba6-f85c-48a0-9ec9-395d4f0e3875"
    ],
    "album": "The Trentemøller Chronicles (disc 2)",
    "release_id": "cb9e8b8e-5fc8-44a9-a8b1-fe519d99873f",
    "release_group_id": null,
    "labels": [
        "Audiomatique Recordings"
    ],
    "label_ids": [
        "d2ef72ff-0995-4dda-b326-285a82175783"
    ],
    "release_date": "2007-10-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}