Information about plays

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

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

{
    "id": 373742,
    "uri": "https://api.kexp.org/v2/plays/373742/?format=api",
    "airdate": "2019-08-28T23:45:00-07:00",
    "show": 6222,
    "show_uri": "https://api.kexp.org/v2/shows/6222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No One’s Easy to Love",
    "track_id": "e4d0c32f-2e21-48a1-bd80-baebb4a44594",
    "recording_id": null,
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Remind Me Tomorrow",
    "release_id": "454934e0-2047-48b4-9beb-5d227af1256d",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Gorge Amphitheatre on Friday September 6th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}