Information about plays

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

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

{
    "id": 380047,
    "uri": "https://api.kexp.org/v2/plays/380047/?format=api",
    "airdate": "2019-09-12T15:43:10-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fish",
    "track_id": "7e8aab57-8fa3-3e99-bd1c-34b6e9876412",
    "recording_id": null,
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "In a Doghouse",
    "release_id": "bf1356a0-7b4f-3819-9530-ee8548edea55",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1998-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Throwing Muses performed live in the KEXP studio back in February of 2014. Watch here: https://www.youtube.com/watch?v=KjiCVdA5GFs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}