Information about plays

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

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

{
    "id": 2680867,
    "uri": "https://api.kexp.org/v2/plays/2680867/?format=api",
    "airdate": "2020-01-01T15:33:00-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Get Me Wrong",
    "track_id": "dbb4c993-f1e6-3911-b47c-edc697a12b87",
    "recording_id": null,
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "The Singles",
    "release_id": "fcf4f7da-c37e-3704-ad4f-20e090e8b4ef",
    "release_group_id": null,
    "labels": [
        "WEA Records"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Pretenders lead singer Chrissy Hynde, Hynde put a lot of weather references in the lyrics, implying that her mood reacts in a similar fashion.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}