Information about plays

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

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

{
    "id": 1338277,
    "uri": "https://api.kexp.org/v2/plays/1338277/?format=api",
    "airdate": "2008-02-13T16:36:57-08:00",
    "show": 23385,
    "show_uri": "https://api.kexp.org/v2/shows/23385/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61KJV7Y4D2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61KJV7Y4D2L._SL75_.jpg",
    "song": "Alpha Waves",
    "track_id": null,
    "recording_id": null,
    "artist": "The Bevis Frond",
    "artist_ids": [
        "e7c51ed9-29f3-4349-8cf7-5be043caaa21"
    ],
    "album": "Hit Squad",
    "release_id": "95b64ba7-9065-448b-99c4-54dc00fd6ef6",
    "release_group_id": null,
    "labels": [
        "Rubric Records"
    ],
    "label_ids": [
        "444be421-156a-4855-b106-1bfeb2f3ae6a"
    ],
    "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"
}