Information about plays

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

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

{
    "id": 2680549,
    "uri": "https://api.kexp.org/v2/plays/2680549/?format=api",
    "airdate": "2019-12-31T21:37:55-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Like Girls",
    "track_id": "983a46e6-4f60-4d91-81d6-5c98c8507ea1",
    "recording_id": null,
    "artist": "Alice Cooper",
    "artist_ids": [
        "ee58c59f-8e7f-4430-b8ca-236c4d3745ae"
    ],
    "album": "Zipper Catches Skin",
    "release_id": "1103d22f-561b-4922-914f-5c5c978e5912",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "w/ Patty Donahue of the Waitresses",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}