Information about plays

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

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

{
    "id": 353807,
    "uri": "https://api.kexp.org/v2/plays/353807/?format=api",
    "airdate": "2019-07-13T09:17:13-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Ready 12\"mix",
    "track_id": null,
    "recording_id": null,
    "artist": "Delroy Wilson",
    "artist_ids": [
        "19b3c333-bfc3-4915-ace8-cdb4a5a79a9b"
    ],
    "album": "Darker than Blue: Soul from Jamdown",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Darker Than Blue: Soul From Jamdown, 1973–1980 is a compilation album released in 2001. It consists of soul and R&B styled songs recorded by Jamaican reggae artists, including a number of covers of contemporary American singles.\n\n\"Get Ready (12\" Mix)\" by Delroy Wilson (5:40) written by Smokey Robinson and originally recorded by The Temptations.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}