Information about plays

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

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

{
    "id": 349466,
    "uri": "https://api.kexp.org/v2/plays/349466/?format=api",
    "airdate": "2019-07-03T06:13:53-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/98f1a3a6-25e5-4df2-86c4-99cf053732be/19140080625-250.jpg",
    "thumbnail_uri": "",
    "song": "Believe",
    "track_id": "59f5a1d3-84d3-4f58-a9c5-762064614fc9",
    "recording_id": null,
    "artist": "Amen Dunes",
    "artist_ids": [
        "c926bc4a-97c9-4412-b56e-7e5844f09579"
    ],
    "album": "Freedom",
    "release_id": "98f1a3a6-25e5-4df2-86c4-99cf053732be",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2018-03-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amen Dunes performed \"Believe\" and other songs when he visited the KEXP studio last year! See the full performance here: https://www.youtube.com/watch?v=4Ne3O7sTt-o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}