Information about plays

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

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

{
    "id": 1290537,
    "uri": "https://api.kexp.org/v2/plays/1290537/?format=api",
    "airdate": "2007-10-13T17:24:46-07:00",
    "show": 22579,
    "show_uri": "https://api.kexp.org/v2/shows/22579/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MrXPWYvYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MrXPWYvYL._SL75_.jpg",
    "song": "Half Shelf Life",
    "track_id": "f4c21c5a-d35c-43e7-9a21-5fe99c0cecf1",
    "recording_id": null,
    "artist": "Carrie Akre",
    "artist_ids": [
        "d4b880f0-b815-4050-90c7-309ee3a7ee3b"
    ],
    "album": "... Last the Evening",
    "release_id": "674d5d34-89bb-4c42-b540-d0b9b1d800a1",
    "release_group_id": null,
    "labels": [
        "Loveless Records"
    ],
    "label_ids": [
        "04ea137c-7a6c-40f4-bebf-6c2638d14127"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}