Information about plays

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

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

{
    "id": 414524,
    "uri": "https://api.kexp.org/v2/plays/414524/?format=api",
    "airdate": "2001-04-09T08:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516Ih2lL-0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516Ih2lL-0L._SL75_.jpg",
    "song": "A Brighter Day",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Smash",
    "artist_ids": [
        "1b9da8c5-756f-4ced-8649-59325128495f"
    ],
    "album": "DJ Smash Presents Phonography",
    "release_id": "f0316042-ebaa-408d-8159-f6f630323edd",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}