Information about plays

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

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

{
    "id": 2682462,
    "uri": "https://api.kexp.org/v2/plays/2682462/?format=api",
    "airdate": "2020-01-05T12:23:25-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forget Me Now",
    "track_id": "1e59f352-8929-4fe3-941e-fd4bd7cffd09",
    "recording_id": null,
    "artist": "Poliça",
    "artist_ids": [
        "9357482a-9517-456e-b949-e7370e926034"
    ],
    "album": "When We Stay Alive",
    "release_id": "5288939a-5c74-434b-9ee7-d789f2f7b9cc",
    "release_group_id": null,
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2020-01-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minnesota act Polica have a new album out end of January. At The Neptune Thursday April 16. https://www.thisispolica.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}