Information about plays

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

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

{
    "id": 2674742,
    "uri": "https://api.kexp.org/v2/plays/2674742/?format=api",
    "airdate": "2019-12-18T03:08:00-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girls feat. Samirah Raheem",
    "track_id": null,
    "recording_id": null,
    "artist": "God Colony",
    "artist_ids": [
        "735f42e3-4424-45ff-828f-844712055673"
    ],
    "album": "Girls",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2019-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I write my own story” Samirah declares. Just remember: “Every dog has his day / and bad bitches too”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}