Information about plays

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

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

{
    "id": 1286994,
    "uri": "https://api.kexp.org/v2/plays/1286994/?format=api",
    "airdate": "2007-10-04T18:42:02-07:00",
    "show": 22519,
    "show_uri": "https://api.kexp.org/v2/shows/22519/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DJ4CetizL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DJ4CetizL._SL75_.jpg",
    "song": "Here Lately",
    "track_id": "aec50538-6724-4be8-a969-06708bdb7917",
    "recording_id": null,
    "artist": "Sunny Sweeney",
    "artist_ids": [
        "8582240e-2992-4d9f-aff8-ef03b5eeeedf"
    ],
    "album": "Heartbreaker's Hall of Fame",
    "release_id": "1dbc8bd6-1f47-4e9f-a09a-dba2c7a266d0",
    "release_group_id": null,
    "labels": [
        "Big Machine Records"
    ],
    "label_ids": [
        "1a917e6f-54f5-4964-bebf-5d4e2442ceb4"
    ],
    "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"
}