Information about plays

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

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

{
    "id": 1379006,
    "uri": "https://api.kexp.org/v2/plays/1379006/?format=api",
    "airdate": "2008-05-27T01:38:00-07:00",
    "show": 24068,
    "show_uri": "https://api.kexp.org/v2/shows/24068/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WnsUhakML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WnsUhakML._SL75_.jpg",
    "song": "Be Good",
    "track_id": null,
    "recording_id": null,
    "artist": "Tokyo Police Club",
    "artist_ids": [
        "35a6a353-b186-4c13-a264-d18d5e2ce853"
    ],
    "album": "A Lesson in Crime",
    "release_id": "5e109707-6013-4874-826f-d2657911fb43",
    "release_group_id": null,
    "labels": [
        "Paper Garden"
    ],
    "label_ids": [
        "935245a0-2e9f-42a3-9893-4fd98e0baf45"
    ],
    "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"
}