Information about plays

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

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

{
    "id": 1292838,
    "uri": "https://api.kexp.org/v2/plays/1292838/?format=api",
    "airdate": "2007-10-19T18:33:00-07:00",
    "show": 22619,
    "show_uri": "https://api.kexp.org/v2/shows/22619/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GDsA8Y0PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GDsA8Y0PL._SL75_.jpg",
    "song": "The Rockin' Gypsy",
    "track_id": null,
    "recording_id": null,
    "artist": "Deke Dickerson",
    "artist_ids": [
        "230800ff-d0a7-4fac-a898-b96a53755435"
    ],
    "album": "My Name Is Deke",
    "release_id": "9b19755a-822b-49e0-90a7-f151d503987f",
    "release_group_id": null,
    "labels": [
        "Highton"
    ],
    "label_ids": [],
    "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"
}