Information about plays

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

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

{
    "id": 344801,
    "uri": "https://api.kexp.org/v2/plays/344801/?format=api",
    "airdate": "2019-06-22T17:43:22-07:00",
    "show": 5747,
    "show_uri": "https://api.kexp.org/v2/shows/5747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Night, a DJ Saved My Life",
    "track_id": "48d8a1f0-93c8-42d2-8f32-0ef3c09bd1f4",
    "recording_id": null,
    "artist": "Indeep",
    "artist_ids": [
        "53382f53-cce6-4035-a7f0-a35e9f0c1215"
    ],
    "album": "Last Night a D.J. Saved My Life",
    "release_id": "587f063e-0fbc-4687-8294-05aa59520234",
    "release_group_id": null,
    "labels": [
        "Sound Of New York"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Indeep was a 1980s New York-based group best known for this song. The group was led by its songwriter-musician Michael Cleveland, and it was known for employing a strong disco-esque bass line and early hip hop lyrics backed by two female singers: Réjane Magloire and Rose Marie Ramsey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}