Information about plays

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

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

{
    "id": 1256480,
    "uri": "https://api.kexp.org/v2/plays/1256480/?format=api",
    "airdate": "2007-07-19T08:36:25-07:00",
    "show": 22004,
    "show_uri": "https://api.kexp.org/v2/shows/22004/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vugYlfzML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vugYlfzML._SL75_.jpg",
    "song": "Wait for Me",
    "track_id": "77ea56d4-1264-42e2-ab67-f56eeaf3891f",
    "recording_id": null,
    "artist": "The Pigeon Detectives",
    "artist_ids": [
        "2e04a82f-9118-43b1-a918-bf84f122f7fc"
    ],
    "album": "Wait for Me",
    "release_id": "96ec24ef-5460-4199-b9c4-0b5751684fe1",
    "release_group_id": null,
    "labels": [
        "Dance to the Radio"
    ],
    "label_ids": [
        "6160b3df-55f8-48e6-b982-ea7f3a6be763"
    ],
    "release_date": "2007-05-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}