Information about plays

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

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

{
    "id": 374804,
    "uri": "https://api.kexp.org/v2/plays/374804/?format=api",
    "airdate": "2019-08-31T10:18:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Away",
    "track_id": null,
    "recording_id": null,
    "artist": "Jane Macgizmo",
    "artist_ids": [
        "33c6ce82-5b26-45a2-bf48-3ceb1c51282a"
    ],
    "album": "One Away",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VP"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamaican women in music are breaking records at their own pace consistently this year, especially in reggae and dancehall. One of them is Jane Macgizmo; an effervescent, genre bending singer from Jamaica. Looking at the music industry at any angle in its entirety, that club is male dominated.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}