Information about plays

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

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

{
    "id": 379440,
    "uri": "https://api.kexp.org/v2/plays/379440/?format=api",
    "airdate": "2019-09-11T06:06:56-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/d98c325b-0632-4fe2-aa1e-2ef07d18477f/7800123470-250.jpg",
    "thumbnail_uri": "",
    "song": "Ocean Rain",
    "track_id": "7fe091ef-f8d1-3df6-8cc4-68aa6e6d4d81",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": "d98c325b-0632-4fe2-aa1e-2ef07d18477f",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2004-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Echo & The Bunnymen frontman Ian McCulloch, \"I felt destined to make great records.\" - https://bit.ly/2k9Ss1K",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}