Information about plays

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

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

{
    "id": 500793,
    "uri": "https://api.kexp.org/v2/plays/500793/?format=api",
    "airdate": "2001-12-26T23:10:00-08:00",
    "show": 8599,
    "show_uri": "https://api.kexp.org/v2/shows/8599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AYV0XXFPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AYV0XXFPL._SL75_.jpg",
    "song": "Snowstorm",
    "track_id": "d6227ad6-9f39-42c7-8a21-615fc02b297b",
    "recording_id": null,
    "artist": "The Irresistible Force",
    "artist_ids": [
        "0f9cdfc4-2edc-4e0a-b40f-e9cfdf0b2e39"
    ],
    "album": "Global Chillage",
    "release_id": "bad00c0e-5ae3-4d8d-ac96-d352ffc3613d",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "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"
}