Information about plays

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

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

{
    "id": 445118,
    "uri": "https://api.kexp.org/v2/plays/445118/?format=api",
    "airdate": "2001-07-15T02:12:51-07:00",
    "show": 7515,
    "show_uri": "https://api.kexp.org/v2/shows/7515/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4115N4GCD4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4115N4GCD4L._SL75_.jpg",
    "song": "Bastard Nation",
    "track_id": "2a9c282a-1da3-459e-b0f9-50a9b174686f",
    "recording_id": null,
    "artist": "Kevin Welch",
    "artist_ids": [
        "8126e010-e4ad-48a7-98dd-8a8ab3c459fe"
    ],
    "album": "Beneath My Wheels",
    "release_id": "9f4c7f5d-fc65-4fe5-bb0c-7d5aea99aa4f",
    "release_group_id": null,
    "labels": [
        "Dead Reckoning"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}