Information about plays

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

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

{
    "id": 349559,
    "uri": "https://api.kexp.org/v2/plays/349559/?format=api",
    "airdate": "2019-07-03T11:49:51-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "http://coverartarchive.org/release/b31a7cb2-84d0-35d1-b71d-019f8560b856/3370480506-250.jpg",
    "thumbnail_uri": "",
    "song": "Do It Again",
    "track_id": "bbae9317-1c81-35c2-bee1-4b78698ec122",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "The Weight Is a Gift",
    "release_id": "b31a7cb2-84d0-35d1-b71d-019f8560b856",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2005-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}