Information about plays

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

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

{
    "id": 1249994,
    "uri": "https://api.kexp.org/v2/plays/1249994/?format=api",
    "airdate": "2007-07-03T00:46:00-07:00",
    "show": 21896,
    "show_uri": "https://api.kexp.org/v2/shows/21896/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SbR3%2BfmvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SbR3%2BfmvL._SL75_.jpg",
    "song": "Banished",
    "track_id": "797c0fa5-b306-42e6-8d8f-0e95b5b6115e",
    "recording_id": null,
    "artist": "David Murray Black Saint Quartet",
    "artist_ids": [
        "7d4549c5-c38c-4ba8-800a-208fefa85226"
    ],
    "album": "Sacred Ground",
    "release_id": "4f325cc7-5d3e-4d35-a73b-6e6e22013058",
    "release_group_id": null,
    "labels": [
        "Justin Time"
    ],
    "label_ids": [
        "f10e29e7-43ee-4fd4-bb64-22e9e31e03b4"
    ],
    "release_date": "2007-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}