Information about plays

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

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

{
    "id": 489998,
    "uri": "https://api.kexp.org/v2/plays/489998/?format=api",
    "airdate": "2001-11-24T15:57:00-08:00",
    "show": 8389,
    "show_uri": "https://api.kexp.org/v2/shows/8389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LpwSC0kkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LpwSC0kkL._SL75_.jpg",
    "song": "Light II",
    "track_id": "60a5c9bd-563c-4cba-86c1-d9e403801f6d",
    "recording_id": null,
    "artist": "The Blood Group",
    "artist_ids": [
        "0b1cfcb0-887a-473f-972e-419d9c5bc229"
    ],
    "album": "Everything Forgotten Gathers At The Ceiling",
    "release_id": "eda3afdf-5a0c-4fc9-90a3-c4b26cf704b6",
    "release_group_id": null,
    "labels": [
        "Le Grand Magistery"
    ],
    "label_ids": [
        "a522c25c-b9b6-427f-a4d4-7ea8ecb92e7c"
    ],
    "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"
}