Information about plays

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

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

{
    "id": 513383,
    "uri": "https://api.kexp.org/v2/plays/513383/?format=api",
    "airdate": "2002-02-02T00:32:00-08:00",
    "show": 8846,
    "show_uri": "https://api.kexp.org/v2/shows/8846/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31NPBSSTAVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31NPBSSTAVL._SL75_.jpg",
    "song": "We Are the Music Makers",
    "track_id": null,
    "recording_id": null,
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Selected Ambient Works 85-92",
    "release_id": "3df76f4c-d2df-47d8-8b56-a99c5f925c5d",
    "release_group_id": null,
    "labels": [
        "Sony Music Entertainment (Japan) Inc."
    ],
    "label_ids": [
        "0331bcea-3905-4893-9874-1d3f10480625"
    ],
    "release_date": "1993-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}