Information about plays

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

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

{
    "id": 1287200,
    "uri": "https://api.kexp.org/v2/plays/1287200/?format=api",
    "airdate": "2007-10-05T05:09:16-07:00",
    "show": 22521,
    "show_uri": "https://api.kexp.org/v2/shows/22521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hesitation",
    "track_id": "10c866d9-42cf-4001-8d46-3ac1776ea82d",
    "recording_id": null,
    "artist": "Nyles Lannon",
    "artist_ids": [
        "b91b3658-0b08-4ed9-b914-c8cd445dd596"
    ],
    "album": "Pressure",
    "release_id": "da28f760-3073-433b-be22-40f73ba47612",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2007-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}