Information about plays

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

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

{
    "id": 414975,
    "uri": "https://api.kexp.org/v2/plays/414975/?format=api",
    "airdate": "2001-04-13T11:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R40S8X88L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R40S8X88L._SL75_.jpg",
    "song": "El Paso",
    "track_id": "52c5ef5a-0ee0-40e0-98eb-2675c469c2a3",
    "recording_id": null,
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Bolsa de Agua",
    "release_id": "a89273f3-03fb-47f4-a9e0-5519d32755c9",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}