Information about plays

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

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

{
    "id": 2675532,
    "uri": "https://api.kexp.org/v2/plays/2675532/?format=api",
    "airdate": "2019-12-19T20:18:32-08:00",
    "show": 46182,
    "show_uri": "https://api.kexp.org/v2/shows/46182/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire In Us",
    "track_id": "7bc31d0e-9882-4ef3-bfb1-6cd4e3c77201",
    "recording_id": null,
    "artist": "Lydia Ramsey",
    "artist_ids": [
        "d53e8273-6570-4d06-8342-163dd450c72b"
    ],
    "album": "Flames for the Heart",
    "release_id": "6a98947d-d18c-488b-8da0-d10cf56c7f8e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great second record from this Seattle artist.  www.lydiaramseymusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}