Information about plays

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

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

{
    "id": 381481,
    "uri": "https://api.kexp.org/v2/plays/381481/?format=api",
    "airdate": "2019-09-16T05:19:14-07:00",
    "show": 6351,
    "show_uri": "https://api.kexp.org/v2/shows/6351/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4e57d35-d8f8-4302-bca4-534b6227e284/14478188805-250.jpg",
    "thumbnail_uri": "",
    "song": "I Should Live in Salt",
    "track_id": "ec040286-7183-444c-bbc4-9564861ad776",
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Trouble Will Find Me",
    "release_id": "d4e57d35-d8f8-4302-bca4-534b6227e284",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2013-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}