Information about plays

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

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

{
    "id": 414508,
    "uri": "https://api.kexp.org/v2/plays/414508/?format=api",
    "airdate": "2001-03-11T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417XTBMGTCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417XTBMGTCL._SL75_.jpg",
    "song": "Tô",
    "track_id": "556af69d-7612-4fae-94e9-0d3b43b89bfd",
    "recording_id": null,
    "artist": "Tom Zé",
    "artist_ids": [
        "9f284484-c949-4199-8741-aba416a497a8"
    ],
    "album": "Brazil Classics 4: The Best of Tom Zé",
    "release_id": "8bab661f-c585-47f5-8057-da3865a54a5f",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}