Information about plays

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

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

{
    "id": 373645,
    "uri": "https://api.kexp.org/v2/plays/373645/?format=api",
    "airdate": "2019-08-28T18:22:00-07:00",
    "show": 6221,
    "show_uri": "https://api.kexp.org/v2/shows/6221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kodachrome",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul Simon",
    "artist_ids": [],
    "album": "There Goes Rhymin’ Simon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "WARNER BROS"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded at Muscle Shoals; an interview about the recording with Muscle Shoals\nrhythm section members Roger Hawkins and David Hood:\nhttps://www.youtube.com/watch?v=XPxQN7DVCFQ ; live with Art Garfunkel in 1982:\nhttps://www.youtube.com/watch?v=RGK19Pg6sB0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}