Information about plays

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

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

{
    "id": 2678216,
    "uri": "https://api.kexp.org/v2/plays/2678216/?format=api",
    "airdate": "2019-12-26T02:45:00-08:00",
    "show": 46225,
    "show_uri": "https://api.kexp.org/v2/shows/46225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rojaero",
    "track_id": null,
    "recording_id": null,
    "artist": "Mark Mothersbaugh",
    "artist_ids": [],
    "album": "Muzik For Insomniaks Volume 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Enigma"
    ],
    "label_ids": [
        "ba876fc0-1350-4457-8442-98c10122bb78"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Early experimental solo output from Devo's Mark Mothersbaugh (first released in 1981 on cassette!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}