Information about plays

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

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

{
    "id": 1416739,
    "uri": "https://api.kexp.org/v2/plays/1416739/?format=api",
    "airdate": "2008-09-01T01:05:00-07:00",
    "show": 24711,
    "show_uri": "https://api.kexp.org/v2/shows/24711/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S2NQj-G0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S2NQj-G0L._SL75_.jpg",
    "song": "Back Water Blues",
    "track_id": "ce0101c7-a48a-4052-8c88-896160e779e7",
    "recording_id": null,
    "artist": "Irma Thomas",
    "artist_ids": [
        "710c7ffa-977e-4431-9f00-c8d4eddf6808"
    ],
    "album": "Our New Orleans: A Benefit Album for the Gulf Coast",
    "release_id": "3c2fef0b-4d72-4507-a1d3-a4f8edf9827c",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2005-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}