Information about plays

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

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

{
    "id": 354649,
    "uri": "https://api.kexp.org/v2/plays/354649/?format=api",
    "airdate": "2019-07-15T10:37:12-07:00",
    "show": 5913,
    "show_uri": "https://api.kexp.org/v2/shows/5913/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Step Back",
    "track_id": "aa14ef92-b18b-483e-ab8e-6734b6a4763e",
    "recording_id": null,
    "artist": "The Coathangers",
    "artist_ids": [
        "60698f82-b047-48a4-8612-8e9bde5b5fd4"
    ],
    "album": "The Devil You Know",
    "release_id": "1e1d82fe-c66b-43fe-8d93-63133b55a2b0",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}