Information about plays

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

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

{
    "id": 346967,
    "uri": "https://api.kexp.org/v2/plays/346967/?format=api",
    "airdate": "2019-06-27T13:13:40-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "http://coverartarchive.org/release/3b973cbb-7193-4884-9a9d-aa14604f8f03/18410178044-250.jpg",
    "thumbnail_uri": "",
    "song": "Leave the City",
    "track_id": "ac07e096-69c2-3583-a062-8f57f8f8a46e",
    "recording_id": null,
    "artist": "Magnolia Electric Co.",
    "artist_ids": [
        "2cc97fda-63f6-4ea7-9100-7ca3e51bd881"
    ],
    "album": "What Comes After the Blues",
    "release_id": "3b973cbb-7193-4884-9a9d-aa14604f8f03",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2005-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What Comes After the Blues is the first full-length recording by what became the Magnolia Electric Co. touring line-up and the second album released by Jason Molina under that name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}