Information about plays

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

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

{
    "id": 433567,
    "uri": "https://api.kexp.org/v2/plays/433567/?format=api",
    "airdate": "2001-06-11T12:56:28-07:00",
    "show": 7295,
    "show_uri": "https://api.kexp.org/v2/shows/7295/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61wGGlRvK5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61wGGlRvK5L._SL75_.jpg",
    "song": "Down from Dover",
    "track_id": "5d1dfc0a-4ca4-4d3e-8ddf-b05ea1c25d64",
    "recording_id": null,
    "artist": "Sally Timms & Jon Langford",
    "artist_ids": [
        "50ec1118-21d7-4eb4-b849-125e5967806c"
    ],
    "album": "Songs of False Hope and High Values",
    "release_id": "7ff5f0a9-ab7f-4369-bbca-85f5bfc75219",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "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"
}