Information about plays

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

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

{
    "id": 1278837,
    "uri": "https://api.kexp.org/v2/plays/1278837/?format=api",
    "airdate": "2007-09-13T19:55:43-07:00",
    "show": 22380,
    "show_uri": "https://api.kexp.org/v2/shows/22380/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512kFSyoU5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512kFSyoU5L._SL75_.jpg",
    "song": "The Less that I Drink",
    "track_id": "08cd3261-bc6c-466b-a4f3-e9515dc31c81",
    "recording_id": null,
    "artist": "Charlie Sizemore",
    "artist_ids": [
        "7e90a03e-e844-4ab0-8adf-811b7c0f6b30"
    ],
    "album": "Good News",
    "release_id": "fc92a219-1069-4a31-a2eb-af82f16c0183",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}