Information about plays

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

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

{
    "id": 428739,
    "uri": "https://api.kexp.org/v2/plays/428739/?format=api",
    "airdate": "2001-05-27T20:38:49-07:00",
    "show": 7204,
    "show_uri": "https://api.kexp.org/v2/shows/7204/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ilira",
    "track_id": "6c768b14-8ff4-4078-acf4-7b6a4c5da312",
    "recording_id": null,
    "artist": "Thomas Köner",
    "artist_ids": [
        "8d1a5451-a106-4cc8-86b7-9905d5f5238a"
    ],
    "album": "Teimo",
    "release_id": "efd0f530-8ecf-4d90-b6ec-748018ad6c78",
    "release_group_id": null,
    "labels": [
        "Mille Plateux"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}