Information about plays

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

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

{
    "id": 1388584,
    "uri": "https://api.kexp.org/v2/plays/1388584/?format=api",
    "airdate": "2008-06-22T03:55:35-07:00",
    "show": 24238,
    "show_uri": "https://api.kexp.org/v2/shows/24238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jbQhHjgzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jbQhHjgzL._SL75_.jpg",
    "song": "I'm in the Band",
    "track_id": null,
    "recording_id": null,
    "artist": "Bratmobile",
    "artist_ids": [
        "d6dfbc0b-d737-49df-be8e-517b85985bcb"
    ],
    "album": "Girls Get Busy",
    "release_id": "24f4dd0a-49f6-479c-b139-c6d67d50395b",
    "release_group_id": null,
    "labels": [
        "Out Here Records"
    ],
    "label_ids": [
        "4a2632be-ebb2-4cb5-8a4a-e0a4bb593a3e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}