Information about plays

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

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

{
    "id": 483489,
    "uri": "https://api.kexp.org/v2/plays/483489/?format=api",
    "airdate": "2001-11-04T14:24:00-08:00",
    "show": 8258,
    "show_uri": "https://api.kexp.org/v2/shows/8258/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41N9TV3937L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41N9TV3937L._SL75_.jpg",
    "song": "Boys Don't Cry",
    "track_id": "fe08f1d8-6f31-4d83-9e00-ded6930b2ffb",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Greatest Hits (bonus disc: Acoustic Hits)",
    "release_id": "87525bf6-ad75-42b6-804a-58eb19a09cb5",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2001-11-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}