Information about plays

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

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

{
    "id": 1390135,
    "uri": "https://api.kexp.org/v2/plays/1390135/?format=api",
    "airdate": "2008-06-26T01:19:00-07:00",
    "show": 24263,
    "show_uri": "https://api.kexp.org/v2/shows/24263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock The Dancehall (feat. Kardinal Offishall)",
    "track_id": null,
    "recording_id": null,
    "artist": "J*Davey",
    "artist_ids": [
        "f5331aa8-1ba7-42fa-8a48-6442d8ce5e9c"
    ],
    "album": "The Land of the Lost (EPisode)",
    "release_id": "e32d97f8-ee2b-4488-aaa0-92c705513928",
    "release_group_id": null,
    "labels": [
        "Trust Me Im a Thief Records"
    ],
    "label_ids": [
        "ad104e49-2a25-453b-a39e-2d073869e2da"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}