Information about plays

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

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

{
    "id": 1284953,
    "uri": "https://api.kexp.org/v2/plays/1284953/?format=api",
    "airdate": "2007-09-29T11:05:00-07:00",
    "show": 22482,
    "show_uri": "https://api.kexp.org/v2/shows/22482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pressure Drop",
    "track_id": "784c985b-08c9-4f8b-87af-0a9770832e31",
    "recording_id": null,
    "artist": "Toots & The Maytals",
    "artist_ids": [
        "29730ee3-e1c7-4e28-9ccd-3a0e6b0e8103"
    ],
    "album": "The Very Best Of",
    "release_id": "1b5e0eaa-df70-41a7-8707-be45f29e3d57",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}