Information about plays

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

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

{
    "id": 507842,
    "uri": "https://api.kexp.org/v2/plays/507842/?format=api",
    "airdate": "2002-01-16T22:43:00-08:00",
    "show": 8740,
    "show_uri": "https://api.kexp.org/v2/shows/8740/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51q8FoNuQhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51q8FoNuQhL._SL75_.jpg",
    "song": "Guy Who Is Me",
    "track_id": "bc80327c-25f2-4c57-b575-4b939af90715",
    "recording_id": null,
    "artist": "Buffalo Tom",
    "artist_ids": [
        "1159e0d0-a782-471a-9dae-93ac046eac72"
    ],
    "album": "Birdbrain",
    "release_id": "ff34f8a1-5aa7-4138-8308-b10551d76d85",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1990-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}