Information about plays

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

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

{
    "id": 1276475,
    "uri": "https://api.kexp.org/v2/plays/1276475/?format=api",
    "airdate": "2007-09-07T18:56:00-07:00",
    "show": 22340,
    "show_uri": "https://api.kexp.org/v2/shows/22340/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pqn8j7hmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pqn8j7hmL._SL75_.jpg",
    "song": "Rompin' & Stompin",
    "track_id": "ac2c6fd6-3bbf-43f7-8039-1f8900ccc374",
    "recording_id": null,
    "artist": "Curtis Gordon",
    "artist_ids": [
        "8b7d583f-9408-461b-b911-88c7c7ac0bb9"
    ],
    "album": "Play the Music Louder",
    "release_id": "594d9be4-4841-4c74-84b9-23742105ba5b",
    "release_group_id": null,
    "labels": [],
    "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"
}