Information about plays

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

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

{
    "id": 370332,
    "uri": "https://api.kexp.org/v2/plays/370332/?format=api",
    "airdate": "2019-08-21T09:45:42-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tennessee",
    "track_id": "ff6c01b6-a673-347e-8e7e-9ba8c1d2bbcf",
    "recording_id": null,
    "artist": "Arrested Development",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1"
    ],
    "album": "Classic Masters",
    "release_id": "f9f0e99c-1b54-4aa3-bee6-d94e337a528a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Arrested Development's 'Tennessee' here: https://www.youtube.com/watch?v=6VCdJyOAQYM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}