Information about plays

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

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

{
    "id": 1308684,
    "uri": "https://api.kexp.org/v2/plays/1308684/?format=api",
    "airdate": "2007-11-30T17:31:50-08:00",
    "show": 22889,
    "show_uri": "https://api.kexp.org/v2/shows/22889/?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": "Coincidance (Trentemøller remix)",
    "track_id": "dc891fa8-93de-42e8-a435-dc807d891a1b",
    "recording_id": null,
    "artist": "Mathias Schaffhäuser",
    "artist_ids": [
        "735879e6-0a61-4d7c-96ff-ffea911c3f17"
    ],
    "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"
}