Information about plays

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

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

{
    "id": 380322,
    "uri": "https://api.kexp.org/v2/plays/380322/?format=api",
    "airdate": "2019-09-13T07:47:25-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d4bca24-a767-46d5-b95e-908fa3b4fd79/12926278819-250.jpg",
    "thumbnail_uri": "",
    "song": "Mountain at My Gates",
    "track_id": "763ce3fd-74a8-4f0a-bfeb-ff011849541b",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "What Went Down",
    "release_id": "0d4bca24-a767-46d5-b95e-908fa3b4fd79",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2015-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}