Information about plays

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

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

{
    "id": 520837,
    "uri": "https://api.kexp.org/v2/plays/520837/?format=api",
    "airdate": "2002-02-23T11:50:00-08:00",
    "show": 8988,
    "show_uri": "https://api.kexp.org/v2/shows/8988/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Me Power",
    "track_id": "774132bf-8786-4fb6-a0db-159fbd39942f",
    "recording_id": null,
    "artist": "The Stingers",
    "artist_ids": [
        "f66108d5-7b3f-43da-854a-0c633cd57a68"
    ],
    "album": "Give Me Power: Lee Perry and Friends",
    "release_id": "15ac1662-ab35-4e1a-8455-eacbd394fbe6",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}